Skip to content

Commit

Permalink
back to conda-forge + 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jun 20, 2023
1 parent 3bc7f44 commit 60916e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest
container:
image: continuumio/miniconda3:4.12.0
image: continuumio/miniconda3:4.11.0
# Steps represent a sequence of tasks that will be executed as part of the job
steps:

Expand All @@ -27,7 +27,7 @@ jobs:

- name: Install dependencies
run : |
conda install mamba
conda install -c conda-forge mamba
mamba install -c conda-forge fenics
pip install -r requirements.txt
pip install nbconvert
Expand Down

0 comments on commit 60916e3

Please sign in to comment.