Skip to content

Commit

Permalink
Drop cryptography from application test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Oct 30, 2022
1 parent f110348 commit 3920150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install App Dependencies
run: poetry install --no-interaction --no-root --only main
- name: Install Test Dependencies
run: poetry run python -m pip install pytest pytest-asyncio httpx cryptography
run: poetry run python -m pip install pytest pytest-asyncio httpx
- name: Set pythonpath
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
- name: Test
Expand Down

0 comments on commit 3920150

Please sign in to comment.