Skip to content

Commit

Permalink
Forgot to update GitHub Actions to match...
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Nov 17, 2022
1 parent d8f2f0a commit 6f8cf2b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Expand Up @@ -25,9 +25,7 @@ jobs:
git reset --hard
- name: Build packages, and install the wheel
run: |
python setup.py sdist --formats=gztar
python -m pip install wheel
python setup.py bdist_wheel
python -m build
cd dist
python -m pip install flake8_black-*.whl
cd ..
Expand Down

0 comments on commit 6f8cf2b

Please sign in to comment.