Skip to content

Commit

Permalink
Fixed Conda env yml path
Browse files Browse the repository at this point in the history
  • Loading branch information
kathlenemagnus committed May 31, 2024
1 parent ca9fe2d commit 3471ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
$CONDA/bin/conda config --set channel_priority strict
$CONDA/bin/conda env update --file ${{ github.workspace }}/conda/environment.yml
$CONDA/bin/conda env update --file ${{ github.workspace }}/.github/workflows/conda/macos_env.yml
$CONDA/bin/conda init bash
# Build
Expand Down

0 comments on commit 3471ce1

Please sign in to comment.