Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assorted maintenance updates #517

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Switch to provision-with-micromamba
mattwthompson committed Nov 7, 2023
commit e3fb431460750f1be53767f9e2107005dd10cdc5
12 changes: 4 additions & 8 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -45,12 +45,10 @@ jobs:
ulimit -a

- name: Setup Conda via Mamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env${{ matrix.jax }}.yaml
environment-name: test
channels: conda-forge,defaults
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}

- name: Install package
@@ -107,12 +105,10 @@ jobs:
uses: actions/checkout@v4

- name: Setup Conda via Mamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: devtools/conda-envs/test_env.yaml
environment-name: test
channels: conda-forge,defaults
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}

- name: Install linter and formatter