From 59167b9926842af75d2cf31eda18f2f8d45740ce Mon Sep 17 00:00:00 2001 From: Daniel Weck Date: Tue, 10 Dec 2024 00:59:38 +0000 Subject: [PATCH] chore(dev): GHActions Windows test --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9a7eb1d95..c95bfceaf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -137,9 +137,7 @@ jobs: - run: python --version || echo ok - run: python3 --version || echo ok - run: pip --version || echo ok - - run: pwd || echo OK || true # should fail gracefully on Windows (PowerShell) - shell: powershell - - run: ls || echo OK || true # should fail gracefully on Windows (CMD) + - run: ls || echo OK || true # should fail gracefully on Windows (CMD ... PowerShell || fails) shell: cmd # PYTHON 3.12 distutils deprecation remediation: #- run: python3 -m pip install packaging || python -m pip install packaging