Skip to content

Commit

Permalink
Create python-package-mamba.yml (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dthoward96 authored Feb 9, 2024
1 parent 8c2a2d4 commit 9b8b46f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/python-package-mamba.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Set up Mamba Environment

on: [push]

jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5

steps:
- uses: mamba-org/setup-micromamba@v1
- name: Set up Mamba Environment
with:
environment-file: env.yaml
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'all'
- name: Test with pytest
run: |
mamba install pytest
pytest

0 comments on commit 9b8b46f

Please sign in to comment.