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 9d28c9e commit 0560829Copy full SHA for 0560829
1 file changed
.github/workflows/test.yml
@@ -89,6 +89,7 @@ jobs:
89
pip install scipy==${{ matrix.scipy }}
90
- name: Store repository status
91
id: status-before
92
+ if: matrix.os != 'windows-latest'
93
run: |
94
git_status=$(git status --porcelain -b)
95
echo "BEFORE=$git_status" >> $GITHUB_ENV
0 commit comments