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 a2800ff commit 528fed4Copy full SHA for 528fed4
1 file changed
.github/workflows/python-package.yml
@@ -22,6 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
+ python -m pip install setuptools wheel
26
python -m pip install flake8 pytest
27
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
28
@@ -48,6 +49,7 @@ jobs:
48
49
50
51
52
53
54
55
- name: Install wheel & twine
0 commit comments