Skip to content

Commit cd1d4e1

Browse files
committed
fix bugs
1 parent 455246b commit cd1d4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
python -m pip install -r ./tests/requirements.txt
28+
python -m pip install -r ./test/requirements.txt
2929
python -m pip install .
3030
3131
- name: Checks with pre-commit

0 commit comments

Comments
 (0)