0

fixing workflow

This commit is contained in:
rafaelsideguide 2024-05-27 14:21:33 -03:00
parent 63772ea711
commit 19decd1062
2 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python setup.py pip install -r requirements.txt
working-directory: ./apps/python-sdk working-directory: ./apps/python-sdk
- name: Test with pytest - name: Test with pytest
run: | run: |

View File

@ -0,0 +1,3 @@
requests
pytest
python-dotenv