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 bcdea23 commit 8661d53Copy full SHA for 8661d53
1 file changed
.github/workflows/main.yml
@@ -39,6 +39,10 @@ jobs:
39
uses: actions/setup-python@v2
40
with:
41
python-version: ${{ matrix.python-version }}
42
+
43
+ - name: Upgrade pip, setuptools, wheel
44
+ run: |
45
+ python -m pip install --upgrade pip setuptools wheel
46
47
- name: Install dependencies
48
run: make dev envfile
0 commit comments