Skip to content

Commit

Permalink
chore(dev): GHActions Windows test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Dec 10, 2024
1 parent cc3706a commit 59167b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59167b9

Please sign in to comment.