Skip to content

Commit

Permalink
checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Jun 19, 2023
1 parent 94a8815 commit e262825
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
auto-update-conda: true

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3

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

0 comments on commit e262825

Please sign in to comment.