Skip to content

Commit c8aa2c6

Browse files
committed
attempt to fix
1 parent 51a0616 commit c8aa2c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
uses: actions/setup-python@v3
2020
with:
2121
python-version: ${{ matrix.python-version }}
22-
- name: Install setuptools
22+
- name: Install dependencies
2323
run: |
2424
python -m ensurepip
25-
pip install --upgrade pip setuptools
25+
pip install --upgrade pip setuptools wheel
2626
- name: Run doctests
2727
run: |
2828
pip install -e .[test]

0 commit comments

Comments
 (0)