Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner authored Apr 24, 2024
1 parent 70f56da commit c191d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2.0.0
- uses: conda-incubator/setup-miniconda@v3.0.3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand All @@ -33,4 +33,4 @@ jobs:
cd iblenv
pip install --requirement requirements.txt
echo "----- pip list -----"
pip list
pip list

0 comments on commit c191d81

Please sign in to comment.