Skip to content

Commit

Permalink
Init2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahlanzrath committed Dec 6, 2024
1 parent 586bb16 commit 0e07f45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
- name: Initialize Conda for Shell
run: |
if [[ "${{ runner.os }}" != "Windows" ]]; then
if [[ "${{ runner.os }}" == "Windows" ]]; then
source C:\\Users\\runneradmin\\miniconda3\\etc\\profile.d\\conda.sh
else
eval "$(conda shell.bash hook)"
fi
conda --version
Expand Down

0 comments on commit 0e07f45

Please sign in to comment.