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 06e61fa commit 789b80fCopy full SHA for 789b80f
.github/workflows/test.yml
@@ -21,10 +21,13 @@ jobs:
21
uses: actions/setup-python@v2
22
with:
23
python-version: ${{ matrix.python-version }}
24
- - name: Install dependencies
+ - name: Update pip and setuptools
25
run: |
26
python -m pip install --upgrade pip
27
python -m pip install setuptools
28
+ - name: Install dependencies
29
+ run: |
30
+ python -m pip install -e .
31
python -m pip install -r test-requirements.txt
32
- name: Install old numpy
33
0 commit comments