Skip to content

Commit

Permalink
Try different syntax for mamba actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth committed Jun 28, 2023
1 parent 9c52b2e commit 0ec443d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests_serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,7 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: .github/micromamba/testenv.yml
create-args: >-
fenics=2019
meshio">=5.0.0"
pytest">=7.0.0"
gmsh">=4.8"
occt"<=7.7.0"
python=${{ matrix.python-version }}
create-args: fenics=2019 meshio">=5.0.0" pytest">=7.0.0" gmsh">=4.8" occt"<=7.7.0" python=${{ matrix.python-version }}

- name: Install package
run: |
Expand Down

0 comments on commit 0ec443d

Please sign in to comment.