Skip to content

Commit

Permalink
[FIX] workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
archetipo committed Oct 28, 2024
1 parent 46641a6 commit 29ae4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- run: pip install -r server-auth/requirements.txt
- run: pip install -r server-auth/test-requirements.txt
- run: pip install -r ${PWD}/${{ env.REPO_NAME }}/requirements.txt
- run: pip install -r ${PWD}/${{ env.REPO_NAME }}/test-requirements.txt
- name: Install dependencies
run: ${PWD}/oqa/bin/install_deps.sh
- name: Create dir
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
httpx
dataclass-wizard
httpx

0 comments on commit 29ae4b6

Please sign in to comment.