Ensure sample build shell is bash on Windows
This commit is contained in:
@@ -35,6 +35,7 @@ jobs:
|
|||||||
choco install vcpython27 -f -y
|
choco install vcpython27 -f -y
|
||||||
|
|
||||||
- name: Generate sample project
|
- name: Generate sample project
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if $should_fail; then
|
if $should_fail; then
|
||||||
python -m test.test_projects test.test_testing.project_with_a_failing_test sample_project
|
python -m test.test_projects test.test_testing.project_with_a_failing_test sample_project
|
||||||
@@ -45,6 +46,7 @@ jobs:
|
|||||||
should_fail: ${{ matrix.result == 'failure' }}
|
should_fail: ${{ matrix.result == 'failure' }}
|
||||||
|
|
||||||
- name: Build & test wheels
|
- name: Build & test wheels
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
cd sample_project
|
cd sample_project
|
||||||
if $should_fail; then
|
if $should_fail; then
|
||||||
|
|||||||
Reference in New Issue
Block a user