Skip to content

Commit fd1e2b3

Browse files
ci: specify bash shell for hg version command in CI workflow
1 parent 24aea94 commit fd1e2b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
if: matrix.os == 'ubuntu-latest'
132132
# this hopefully helps with os caches, hg init sometimes gets 20s timeouts
133133
- run: hg version
134+
shell: bash
134135
- name: Run tests for both packages
135136
run: uv run --no-sync pytest setuptools-scm/testing_scm/ vcs-versioning/testing_vcs/
136137
timeout-minutes: 25

0 commit comments

Comments
 (0)