Skip to content

Commit

Permalink
CI: skip cli-suite on Windows due to #9571 (#10257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored Aug 13, 2024
1 parent 6bf766f commit 30d2a38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ jobs:
run: sh validate.sh $FLAGS -s cli-tests

- name: Validate cli-suite
if: runner.os != 'Windows'
run: sh validate.sh $FLAGS -s cli-suite

- name: Validate solver-benchmarks-tests
Expand Down

0 comments on commit 30d2a38

Please sign in to comment.