Skip to content

Commit b43238c

Browse files
committed
Fix test dependencies
1 parent 05f4740 commit b43238c

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
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install dependencies
8686
uses: py-actions/py-dependency-install@v2
8787
with:
88-
path: requirements.txt
88+
path: requirements-dev.txt
8989
- name: Run unittests
9090
env:
9191
COLOR: 'yes'

0 commit comments

Comments
 (0)