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 327246f commit 07aa27dCopy full SHA for 07aa27d
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Install dependencies (python)
55
run: |
56
- pip install --upgrade pip wheel
+ python -m pip install --upgrade pip wheel
57
pip install -r requirements.txt
58
pip install -r requirements-test.txt
59
pip install codecov
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
- pip install --upgrade pip wheel twine codecov sphinx nbsphinx ipython ipykernel pydata-sphinx-theme requests sphinx-copybutton matplotlib
+ python -m pip install --upgrade pip wheel twine codecov sphinx nbsphinx ipython ipykernel pydata-sphinx-theme requests sphinx-copybutton matplotlib
36
37
pip install -e .
38
0 commit comments