Skip to content

Commit

Permalink
Actions: Try another method for adding to path on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Apr 16, 2024
1 parent fc9e2f8 commit f1ac329
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ jobs:
shell: pwsh
run: Add-Content $env:GITHUB_PATH "C:\Miniconda\envs\MHKIT_CONDA_ENV"

- name: Add anaconda env to path
shell: pwsh
run: echo "C:\Miniconda\envs\MHKIT_CONDA_ENV" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Echo Path
shell: bash -l {0}
run: |
Expand Down

0 comments on commit f1ac329

Please sign in to comment.