Skip to content

Commit

Permalink
remove extra run
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarchetti committed Feb 1, 2021
1 parent 2e8e81c commit d476391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: make fmt
- if: matrix.python-version != '2.7' && matrix.python-version != '3.5'
run: make lint
- run: run python setup.py --version
- run: python setup.py --version
- run: make test
prerelease-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d476391

Please sign in to comment.