Fixed python requirements
Some checks failed
Test and Build Docker Image / Build-Image (push) Failing after 21s
Test and Build Docker Image / Test-Build (push) Failing after 2s

This commit is contained in:
Dagger 2023-10-22 08:19:04 -05:00
parent fb3da2fcf6
commit 8a36d5509b

View File

@ -9,7 +9,7 @@ jobs:
steps: steps:
- run: python --version - run: python --version
- run: pip --version - run: pip --version
- run: pip install -r - run: pip install -r requirements.txt
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."