Skip to content

Commit

Permalink
tmp simplify matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed May 26, 2024
1 parent 613debe commit 14ea6dd
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
python-version: {% raw %}${{ fromJSON(needs.environment-config.outputs.python-matrix) }}{% endraw %}
mdanalysis-version: ["latest", "develop"]
# os: [macOS-latest, ubuntu-latest, windows-latest]
# python-version: {% raw %}${{ fromJSON(needs.environment-config.outputs.python-matrix) }}{% endraw %}
# mdanalysis-version: ["latest", "develop"]
os: ["ubuntu-latest", ]
python-version: ["3.11", ]
mdanalysis-version: ["latest", ]

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

0 comments on commit 14ea6dd

Please sign in to comment.