From f60dae8d580b2eba116ff13304beedce88341f0f Mon Sep 17 00:00:00 2001
From: PGijsbers
Date: Mon, 16 Jun 2025 17:23:55 +0200
Subject: [PATCH] disable this step since it doesnt work for windows
and the other step where the variable is used isn't run on
windows either
---
.github/workflows/test.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 234dc29bd..55a4a354a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -89,6 +89,7 @@ jobs:
pip install scipy==${{ matrix.scipy }}
- name: Store repository status
id: status-before
+ if: matrix.os != 'windows-latest'
run: |
git_status=$(git status --porcelain -b)
echo "BEFORE=$git_status" >> $GITHUB_ENV