Skip to content

Commit

Permalink
removing pip windows for now, everythiing seems to be working fine, b…
Browse files Browse the repository at this point in the history
…ut cannot load module
  • Loading branch information
gbarter committed May 23, 2024
1 parent 1226902 commit 3eafeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_pyHAMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false #true
matrix:
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
os: ["ubuntu-latest", "macOS-latest"] #, "windows-latest"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit 3eafeb7

Please sign in to comment.