Skip to content

Commit

Permalink
auto-activate-base: false
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnaf-tahmid-chowdhury committed Dec 2, 2024
1 parent 2afdf70 commit 5976d18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
auto-activate-base: false
activate-environment: ""

# yaml-cpp package has conflicting gtest headers and is not needed for this project
Expand All @@ -50,7 +50,6 @@ jobs:
run: |
conda install curl eigen
conda install -c conda-forge hdf5=1.10.6
conda remove -y yaml-cpp
- name: Environment Variables
shell: bash -l {0}
Expand Down

0 comments on commit 5976d18

Please sign in to comment.