Skip to content

Commit

Permalink
fix: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Mar 15, 2020
1 parent d9ea90d commit 951e23e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
python-version: ${{ matrix.python-version }}
poetry_version: 1.0.5
args: install
run:
- pip install tox-gh-actions
run: pip install tox-gh-actions
- name: Test with tox
run:
- tox
run: tox

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 951e23e

Please sign in to comment.