Skip to content

Commit

Permalink
specific version python
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jun 3, 2024
1 parent ee424ef commit a065258
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: myenv
mamba-version: "*"
# mamba-version: "*"
channels: conda-forge, defaults

- name: Create Conda environment
shell: bash -l {0}
run: |
# conda upgrade --strict-channel-priority -c conda-forge --all
conda install -c conda-forge 'conda-libmamba-solver<23.9'
mamba install -c conda-forge fenics numpy=1.24
conda install -c conda-forge fenics numpy=1.24 py=3.10
- name: Install dependencies
shell: bash -l {0}
Expand Down

0 comments on commit a065258

Please sign in to comment.