Skip to content

Commit f60dae8

Browse files
committed
disable this step since it doesnt work for windows
and the other step where the variable is used isn't run on windows either
1 parent 9d28c9e commit f60dae8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.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)