Skip to content

Commit 757b2e4

Browse files
committed
Fix CI config
1 parent 4b7c4ba commit 757b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install dependencies
3838
uses: py-actions/py-dependency-install@v2
3939
with:
40-
path: requirements.txt
40+
path: requirements-dev.txt
4141
- name: Install itself
4242
run: |
4343
python setup.py install

0 commit comments

Comments
 (0)