We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ea411 commit ee918c8Copy full SHA for ee918c8
1 file changed
.github/workflows/tests.yml
@@ -20,7 +20,9 @@ jobs:
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Install package
23
- run: pip install .[dev]
+ run: |
24
+ python -m pip install --upgrade pip setuptools
25
+ pip install .[dev]
26
- name: make docs
27
run: make docs
28
0 commit comments