Skip to content

Commit

Permalink
reorder os?
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium committed May 27, 2024
1 parent c2109f4 commit 38b8320
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ defaults:

jobs:
main-tests:
# if: "github.repository == '{{ cookiecutter.github_host_account }}/{{ cookiecutter.repo_name }}'"
if: "github.repository == '{{ cookiecutter.github_host_account }}/{{ cookiecutter.repo_name }}'"
runs-on: {{ '${{ matrix.os }}' }}
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
os: [ubuntu-latest, macOS-latest, windows-latest]
mdanalysis-version: ["latest", "develop"]
python-version: ["3.10", "3.11", "3.12"]
exclude:
Expand Down

0 comments on commit 38b8320

Please sign in to comment.