Skip to content

Commit

Permalink
Remove YAML multiline chomping
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Sep 30, 2023
1 parent fdc248e commit 13293d9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run-post: false # skip post cleanup

- name: Setup Environment
run: >-
run: >
conda install --quiet --yes
--file tests/requirements.txt
--file tests/requirements-${{ runner.os }}.txt
Expand All @@ -129,7 +129,7 @@ jobs:
conda list --show-channel-urls
- name: Run Tests
run: >-
run: >
pytest
--alluredir="${{ env.ALLURE_DIR }}"
--basetemp="${{ runner.temp }}/${{ matrix.test-type }}"
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
run-post: false # skip post cleanup

- name: Setup Environment
run: >-
run: >
choco install visualstudio2017-workload-vctools
&& conda install --quiet --yes
--file tests\requirements.txt
Expand All @@ -234,7 +234,7 @@ jobs:
conda list --show-channel-urls
- name: Run Tests
run: >-
run: >
pytest
--alluredir="${{ env.ALLURE_DIR }}"
--basetemp="${{ runner.temp }}\${{ matrix.test-type }}"
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
run-post: false # skip post cleanup

- name: Setup Environment
run: >-
run: >
sudo xcode-select --switch /Applications/Xcode_11.7.app
&& conda install --quiet --yes
--file tests/requirements.txt
Expand All @@ -346,7 +346,7 @@ jobs:
conda list --show-channel-urls
- name: Run Tests
run: >-
run: >
pytest
--alluredir="${{ env.ALLURE_DIR }}"
--basetemp="${{ runner.temp }}/${{ matrix.test-type }}"
Expand Down

0 comments on commit 13293d9

Please sign in to comment.