Skip to content

Commit

Permalink
Update setup-miniconda
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy authored Jul 10, 2024
1 parent 9e3098e commit 8b4f80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binette_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

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

# Install requirements
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 8b4f80f

Please sign in to comment.