Skip to content

Commit

Permalink
move comment for action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gonuke committed Jul 22, 2023
1 parent 7df333c commit 3ca18e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
auto-activate-base: true
activate-environment: ""

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

0 comments on commit 3ca18e0

Please sign in to comment.