Skip to content

Commit

Permalink
Change miniconda installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed May 28, 2024
1 parent 0f2f560 commit 8b867ff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@ jobs:
with:
python-version: 3.9
- name: Set up miniconda
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.9
- name: Conda info
shell: bash -el {0}
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.9
- name: Install dependencies with conda
run: |
sudo chown -R $UID $CONDA && source $CONDA/etc/profile.d/conda.sh && conda env update --file environment.yml
Expand Down

0 comments on commit 8b867ff

Please sign in to comment.