Skip to content

Commit

Permalink
fix ci-fem environment-name
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Nov 21, 2024
1 parent dded54f commit 9460689
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-FEM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: echo "DATE=$(echo $(date +'%y%m%d'))" >> $GITHUB_ENV

- uses: mamba-org/setup-micromamba@v2 # https://github.com/mamba-org/setup-micromamba
environment-name: fem-env
with:
environment-name: fem-env
condarc: |
channels:
- conda-forge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: prefix-dev/[email protected] # https://github.com/prefix-dev/setup-pixi
with:
pixi-version: v0.30.0
pixi-version: v0.36.0
cache: true
environments: lint

Expand Down
Loading

0 comments on commit 9460689

Please sign in to comment.