summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-20 19:18:49 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-29 17:04:12 +0200
commitaad72bf1c78ddfdee49adee5d81461e79ca3f8c2 (patch)
tree39ed7bc3d1fdd6409276d8205121d7aaf2203002
parent5c2eddd5a1f0a078db128b1ef86b119c4376815a (diff)
downloadsetuptools-scm-aad72bf1c78ddfdee49adee5d81461e79ca3f8c2.tar.gz
github workflow: run hg version
this hopefully resolves the sometimes 20 second delay to start hg
-rw-r--r--.github/workflows/python-tests.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index a6fc97f..c68e7de 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -90,6 +90,8 @@ jobs:
- run: |
$(hg debuginstall --template "{pythonexe}") -m pip install hg-git --user
if: matrix.os == 'ubuntu-latest'
+ # this hopefull helps with os caches, hg init sometimes gets 20s timeouts
+ - run: hg version
- run: pytest
test_legacy_setuptools: