Skip to content

Commit

Permalink
🔧 fix posargs nox in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Dec 24, 2024
1 parent 32d1cd3 commit 7ec1fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ jobs:
- name: Install dependencies
run: python -m pip install nox
- name: Coverage WITH preemptive
run: nox -s coverage --coverage 97 --with-preemptive
run: nox -s coverage -- --coverage 97 --with-preemptive
- name: Coverage WITHOUT preemptive
run: nox -s coverage --coverage 95
run: nox -s coverage -- --coverage 95
- name: "Upload artifact"
uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Install dependencies
run: pip install nox
- name: BC Coverage
run: nox -s backward_compatibility --coverage 80
run: nox -s backward_compatibility -- --coverage 80

mypyc_test:

Expand Down

0 comments on commit 7ec1fe2

Please sign in to comment.