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 2215339 commit a652032Copy full SHA for a652032
.github/workflows/python-package.yml
@@ -23,7 +23,6 @@ jobs:
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
25
run: |
26
- python -m pip install --upgrade pip
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
if [ -f requirements-t-pre37.txt ]; then pip install -r requirements-t-pre37.txt; fi
29
- name: Test with nosetest
0 commit comments