Skip to content

Commit

Permalink
Add benchmark skip for CI in windows and mac
Browse files Browse the repository at this point in the history
  • Loading branch information
hgrecco committed Jul 14, 2023
1 parent a673f20 commit aa9d5ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
runs-on: windows-latest

env:
TEST_OPTS: "-rfsxEX -s -k issue1498b"
TEST_OPTS: "-rfsxEX -s -k issue1498b --benchmark-skip"

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
runs-on: macos-latest

env:
TEST_OPTS: "-rfsxEX -s --cov=pint --cov-config=.coveragerc"
TEST_OPTS: "-rfsxEX -s --cov=pint --cov-config=.coveragerc --benchmark-skip"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aa9d5ea

Please sign in to comment.