Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed May 27, 2024
1 parent 63772ea commit 19decd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python setup.py
pip install -r requirements.txt
working-directory: ./apps/python-sdk
- name: Test with pytest
run: |
Expand Down
3 changes: 3 additions & 0 deletions apps/python-sdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
requests
pytest
python-dotenv

0 comments on commit 19decd1

Please sign in to comment.