We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d49fb commit b9e0e72Copy full SHA for b9e0e72
1 file changed
.github/workflows/python-ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install -r requirements-dev.txt
+ pip install -r requirements.txt
29
30
- name: Syntax check with py_compile
31
0 commit comments