Skip to content

Commit

Permalink
Try a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Oct 9, 2024
1 parent cb1857b commit 0140d66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,5 @@ jobs:
run: |
export PYTHONPATH=$(pwd)
python -m pip install --upgrade pip
python setup.py install
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt -r requirements-dev.txt
pytest -s --cache-clear horizon/tests/
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-e ./
aiohttp>=3.9.4,<4
fastapi>=0.109.1,<1
gunicorn>=22.0.0,<23
Expand Down

0 comments on commit 0140d66

Please sign in to comment.