Skip to content

Commit

Permalink
Install setuptools & wheel in CI II.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jul 7, 2020
1 parent d1665b0 commit 3704db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade pip
- run: pip install --upgrade pip setuptools wheel
- run: pip install --upgrade --editable .
- run: python setup.py test

0 comments on commit 3704db9

Please sign in to comment.