We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24aea94 commit fd1e2b3Copy full SHA for fd1e2b3
.github/workflows/python-tests.yml
@@ -131,6 +131,7 @@ jobs:
131
if: matrix.os == 'ubuntu-latest'
132
# this hopefully helps with os caches, hg init sometimes gets 20s timeouts
133
- run: hg version
134
+ shell: bash
135
- name: Run tests for both packages
136
run: uv run --no-sync pytest setuptools-scm/testing_scm/ vcs-versioning/testing_vcs/
137
timeout-minutes: 25
0 commit comments