Skip to content

Commit

Permalink
Merge branch 'main' into feature/momentum-split-175
Browse files Browse the repository at this point in the history
  • Loading branch information
jacanchaplais committed May 31, 2024
2 parents db9fd19 + 4630698 commit 0848e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
pyver: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.3.1-0'
micromamba-version: '1.5.6-0'
environment-name: test-env
create-args: >-
python=${{ matrix.pyver }}
Expand Down

0 comments on commit 0848e79

Please sign in to comment.