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 06f8fdb commit b4018c1Copy full SHA for b4018c1
.github/workflows/python.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Install dependencies
26
run: |
27
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip setuptools wheel
28
python setup.py install
29
30
- name: Black Code Formatter
0 commit comments