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 dc53c0e commit 8b73ff9Copy full SHA for 8b73ff9
.github/workflows/python-package.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Install dependencies
28
run: |
29
python -m pip install --upgrade pip
30
- pip install twine
31
- pip install sphinx
+ python -m pip install twine
+ python -m pip install sphinx
32
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
33
- name: Run Tests
34
0 commit comments