Skip to content

Commit 6e503a2

Browse files
authored
ci(release): don't test dist script on windows (#2305)
1 parent 36f70d4 commit 6e503a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ jobs:
342342
run: sudo ./install.sh --all-users
343343

344344
- name: Test distribution scripts
345-
if: ${{ inputs.run_tests == true }}
345+
if: ${{ inputs.run_tests == true && runner.os != 'Windows' }}
346346
working-directory: modflow6/distribution
347347
env:
348348
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)