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 51a0616 commit c8aa2c6Copy full SHA for c8aa2c6
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
uses: actions/setup-python@v3
20
with:
21
python-version: ${{ matrix.python-version }}
22
- - name: Install setuptools
+ - name: Install dependencies
23
run: |
24
python -m ensurepip
25
- pip install --upgrade pip setuptools
+ pip install --upgrade pip setuptools wheel
26
- name: Run doctests
27
28
pip install -e .[test]
0 commit comments