Skip to content

Commit

Permalink
Merge pull request #11 from Becksteinlab/ci-remove-windows
Browse files Browse the repository at this point in the history
temporarily exclude windows-latest from CI
  • Loading branch information
rsexton2 authored Nov 19, 2024
2 parents a228885 + 2cfb8b0 commit f2dd535
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
# see issue #10
# os: [macOS-latest, ubuntu-latest, windows-latest]
os: [macOS-latest, ubuntu-latest]
python-version: ${{ fromJSON(needs.environment-config.outputs.python-matrix) }}
# python-version: ["3.10", "3.11", "3.12"]
mdanalysis-version: ["latest", "develop"]
Expand Down

0 comments on commit f2dd535

Please sign in to comment.