Skip to content

Commit

Permalink
Actions: Don't use quotes for multiline run commands
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed May 10, 2024
1 parent f919b73 commit 18ee7f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
# working-directory: ${{env.mhkit-python-dir}}
shell: bash -l {0}
run: |
"conda activate mhkit_conda_env"
"pip install mhkit==$MHKIT_PYTHON_VERSION"
conda activate mhkit_conda_env
pip install mhkit==$MHKIT_PYTHON_VERSION

- name: pip install mhkit-python-utils module from source
run: |
Expand Down Expand Up @@ -200,8 +200,8 @@ jobs:
shell: bash -l {0}
# working-directory: ${{env.mhkit-python-dir}}
run: |
"conda activate mhkit_conda_env"
"pip install mhkit==$MHKIT_PYTHON_VERSION"
conda activate mhkit_conda_env
pip install mhkit==$MHKIT_PYTHON_VERSION

# - name: pip install mhkit from source
# working-directory: ${{env.mhkit-python-dir}}
Expand Down

0 comments on commit 18ee7f7

Please sign in to comment.