We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a603325 commit 44587c2Copy full SHA for 44587c2
1 file changed
.github/workflows/cd.yml
@@ -175,6 +175,7 @@ jobs:
175
echo "Expected version: ${{ needs.prepare-version.outputs.version }}"
176
177
- name: Build with PyInstaller
178
+ shell: bash
179
working-directory: ./repo
180
run: |
181
# Ensure PyInstaller can find the modules
0 commit comments