Skip to content

Commit

Permalink
wip10
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Apr 11, 2024
1 parent 08e8ea4 commit 07c1c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pdp_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
python setup.py install
pip install cryptography=42.0.5
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
if [ -f requirements.txt ]; then pip install -r --force-reinstall requirements.txt; fi
pytest -s --cache-clear --cov=app horizon/tests/ > pytest-coverage.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiohttp>=3.8.1,<4
cryptography>=42.0.5,<43
cryptography>=42.0.4,<43
fastapi>=0.78.0,<1
gunicorn>=20.1.0,<21
Jinja2>=3.1.2,<4
Expand Down

0 comments on commit 07c1c0c

Please sign in to comment.