We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f70d4 commit 6e503a2Copy full SHA for 6e503a2
.github/workflows/release.yml
@@ -342,7 +342,7 @@ jobs:
342
run: sudo ./install.sh --all-users
343
344
- name: Test distribution scripts
345
- if: ${{ inputs.run_tests == true }}
+ if: ${{ inputs.run_tests == true && runner.os != 'Windows' }}
346
working-directory: modflow6/distribution
347
env:
348
GITHUB_TOKEN: ${{ github.token }}
0 commit comments