Skip to content

Commit

Permalink
Try installing wheel to fix CI problems on 3.10-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 15, 2021
1 parent d09caa8 commit 8f20269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install wheel
run: pip install wheel
- name: Build package
run: python setup.py install
- name: Run tests
Expand Down

0 comments on commit 8f20269

Please sign in to comment.