Skip to content

Commit 0560829

Browse files
authored
disable this step since it doesnt work for windows (#1403)
and the other step where the variable is used isn't run on windows either
1 parent 9d28c9e commit 0560829

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
8989
pip install scipy==${{ matrix.scipy }}
9090
- name: Store repository status
9191
id: status-before
92+
if: matrix.os != 'windows-latest'
9293
run: |
9394
git_status=$(git status --porcelain -b)
9495
echo "BEFORE=$git_status" >> $GITHUB_ENV

0 commit comments

Comments
 (0)