Skip to content

Commit

Permalink
failure to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
bunchofstring committed Nov 10, 2024
1 parent 0b5706c commit 3daa018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: Prepare for testing
id: prepare
run: |
cd worker/source/
cd worker/sourceeee/
- name: Run unit tests
run: |
pytest -vv --durations=0 -s -m unit
Expand Down
2 changes: 1 addition & 1 deletion worker/source/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements.in
#
attrrrs==22.1.0
attrs==22.1.0
# via pytest
exceptiongroup==1.2.2
# via pytest
Expand Down

0 comments on commit 3daa018

Please sign in to comment.