Skip to content

Commit

Permalink
Update CI; use micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Oct 22, 2023
1 parent 17fdfbd commit 1318043
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
File renamed without changes.
20 changes: 6 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,16 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9]
python-version: ["3.10"]

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup miniconda
uses: conda-incubator/setup-miniconda@v2
uses: actions/checkout@v4
- name: Setup micromamba
uses: mamba-org/setup-micromamba@v1
with:
activate-environment: elf-dev
mamba-version: "*"
auto-update-conda: true
channels: conda-forge
environment-file: .github/workflows/environment.yaml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
environment-file: .github/environment.yaml

- name: Install package
shell: bash -l {0}
Expand Down

0 comments on commit 1318043

Please sign in to comment.