We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd1605 commit b3d4243Copy full SHA for b3d4243
.github/workflows/testing.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install --quiet -r requirements.txt -r requirements-ci.txt
+ pip install --quiet -r requirements/requirements-ubuntu-latest_py${{ matrix.python-version }}_extras.txt
30
pip install -e .
31
- name: pytest
32
0 commit comments