Skip to content

Commit

Permalink
Merge pull request #573 from mjw99/main
Browse files Browse the repository at this point in the history
Fix failing windows CI
  • Loading branch information
mjw99 authored Apr 12, 2022
2 parents d16b9cc + db842f7 commit 178b8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
cfg:
- { os: macOS-latest, python-version: '3.8', openmm: latest }
- { os: windows-latest, python-version: '3.8', openmm: latest }
- { os: windows-latest, python-version: '3.8.10', openmm: latest }
- { os: ubuntu-latest, python-version: '3.8', openmm: latest }
- { os: ubuntu-latest, python-version: '3.9', openmm: latest }
- { os: ubuntu-latest, python-version: '3.8', openmm: nightly }
Expand Down

0 comments on commit 178b8ea

Please sign in to comment.