Skip to content

Commit

Permalink
FIX3
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Oct 9, 2024
1 parent 78a299d commit 5ceb6f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:

- name: Run Pytests
run: |
export PYTHONPATH=$(pwd)
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-dev.txt
if [ -f requirements-dev.txt ]; then pip install -r requirements.txt -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install ; fi
python setup.py install
pytest -s --cache-clear horizon/tests/
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
-e ./
aiohttp>=3.9.4,<4
fastapi>=0.109.1,<1
gunicorn>=22.0.0,<23
Expand Down

0 comments on commit 5ceb6f7

Please sign in to comment.