Skip to content

Commit 44587c2

Browse files
committed
fix: add shell: bash to PyInstaller step for Windows
1 parent a603325 commit 44587c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ jobs:
175175
echo "Expected version: ${{ needs.prepare-version.outputs.version }}"
176176
177177
- name: Build with PyInstaller
178+
shell: bash
178179
working-directory: ./repo
179180
run: |
180181
# Ensure PyInstaller can find the modules

0 commit comments

Comments
 (0)