Skip to content

Commit

Permalink
tmp comment out matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed May 17, 2023
1 parent d0e5a96 commit e1b7fc3
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10"]
mdanalysis-version: ["latest", "develop"]
os: [ubuntu-latest]
python-version: ["3.9"]
mdanalysis-version: ["latest"]
# os: [macOS-latest, ubuntu-latest, windows-latest]
# python-version: ["3.8", "3.9", "3.10"]
# mdanalysis-version: ["latest", "develop"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1b7fc3

Please sign in to comment.