Skip to content

Commit 051ffaa

Browse files
committed
fix typo in wirkflow
1 parent 62ff594 commit 051ffaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt
30-
pip install -r requirements_test.txt
30+
pip install -r test_requirements.txt
3131
- name: Test with pytest
3232
run: |
3333
pip install pytest

0 commit comments

Comments
 (0)