Skip to content

Commit

Permalink
fixup! debugging github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhoyer committed Aug 15, 2024
1 parent 590006e commit d1b2d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pytest
run: |
python -m pip install pytest
python -m pip install -r requirements.txt
python -m pip install -r src/requirements.txt
- name: Build the web image
Expand Down

0 comments on commit d1b2d91

Please sign in to comment.