We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caee66 commit 12603bdCopy full SHA for 12603bd
2 files changed
.github/workflows/publish.yml
@@ -41,7 +41,6 @@ jobs:
41
run: |
42
python -m venv venv
43
venv/bin/python -m pip install --upgrade pip
44
- venv/bin/python -m pip install --no-binary=numpy numpy
45
venv/bin/python -m pip install -r requirements.txt
46
venv/bin/python -m pip install -r docs/requirements.txt
47
PATH="$PWD/venv/bin:$PATH" make install-dev
.github/workflows/tests.yml
@@ -36,7 +36,6 @@ jobs:
36
37
38
venv/bin/python -m pip install -U pip
39
40
- name: Run tests (venv)
0 commit comments