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 84b88ea commit 82058c6Copy full SHA for 82058c6
.github/workflows/python.yml
@@ -22,7 +22,7 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
24
run: |
25
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
26
python setup.py install
27
- name: Black Code Formatter
28
uses: jpetrucciani/[email protected]
0 commit comments