Skip to content

Commit

Permalink
requirements-dev.txt added (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich authored May 6, 2024
1 parent 107b6bf commit a46ce86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pytest -s --cache-clear tests/
Expand Down

0 comments on commit a46ce86

Please sign in to comment.