From 3bfbda03b4a9fd57ed5dab8f084b3f6156b7f723 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sat, 5 Jul 2025 12:19:45 -0400 Subject: [PATCH] Fix stress args step on Windows --- .github/workflows/python-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 5662e19..b0a353f 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -72,6 +72,7 @@ jobs: pip install pip-audit pip-audit -r requirements.lock - name: Determine stress args + shell: bash run: | if [ "${{ github.event_name }}" = "schedule" ]; then echo "STRESS_ARGS=--stress" >> $GITHUB_ENV