Skip to content

Commit

Permalink
updates tox command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Jan 3, 2024
1 parent 602fc2c commit c60f8f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -40,6 +39,6 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with Tox
run: |
tox -e orange-released
tox -vv
env:
QT_QPA_PLATFORM: offscreen

0 comments on commit c60f8f2

Please sign in to comment.