Skip to content

Commit

Permalink
Change CI file indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed May 28, 2024
1 parent 8b867ff commit f4dac82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
python-version: 3.9
- name: Set up miniconda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.9
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 f4dac82

Please sign in to comment.