Skip to content

Commit

Permalink
fix tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
zedy committed Feb 19, 2024
1 parent 32c5851 commit 362537e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
pip install -r code/requirements.txt -r code/dev-requirements.txt -r code/backend/requirements.txt
pip install -r codes/requirements.txt -r codes/dev-requirements.txt -r codes/backend/requirements.txt
- name: Check directory into codes
run: cd codes/
- name: Run Python tests
Expand Down

0 comments on commit 362537e

Please sign in to comment.