Skip to content

Commit

Permalink
Moved dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pderose committed Jul 26, 2023
1 parent 5dfdec9 commit 40abe7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
python -m pip install -U setuptools
python -m pip install -e .
python -m pip install "Pillow>=10.0.0,<10.1" "device_detector>=5.0,<6" "satosa>=8.4,<8.6" "jinja2>=3.0,<4" "pymongo>=4.4.1,<4.5"
python -m pip install git+https://github.com/danielfett/sd-jwt.git
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def readme():
"cryptojwt>=1.8.2,<1.9",
"qrcode>=7.4.2,<7.5",
"pydantic>=2.0,<2.2",
"git+https://github.com/danielfett/sd-jwt.git"
],
extra_require={
"satosa": [
Expand Down

0 comments on commit 40abe7a

Please sign in to comment.