Skip to content

Commit 0694718

Browse files
authored
Merge pull request #265 from simvue-io/hotfix/fix-env-ci
Use bash shell for windows CI tests
2 parents a40f279 + 00af6af commit 0694718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_client_windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: python -m pip install poetry
2323
- name: Test with pytest
24+
shell: bash
2425
run: |
2526
export SIMVUE_URL=${{ secrets.SIMVUE_URL }}
2627
export SIMVUE_TOKEN=${{ secrets.SIMVUE_TOKEN }}

0 commit comments

Comments
 (0)