Skip to content

Commit

Permalink
FIX4
Browse files Browse the repository at this point in the history
  • Loading branch information
roekatz committed Oct 9, 2024
1 parent 5ceb6f7 commit 722c079
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
run: |
export PYTHONPATH=$(pwd)
python -m pip install --upgrade pip
if [ -f requirements-dev.txt ]; then pip install -r requirements.txt -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install ; fi
pip install -r requirements.txt -r requirements-dev.txt
python setup.py install
pytest -s --cache-clear horizon/tests/

0 comments on commit 722c079

Please sign in to comment.