Skip to content

Commit 6e2da8d

Browse files
committed
Fixed issue with python install
1 parent 86a0a3b commit 6e2da8d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/test.yaml

+3-8
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,17 @@ jobs:
2222
- ubuntu-latest
2323
- windows-latest
2424
python-version:
25-
- "3.8"
2625
- "3.9"
2726
- "3.10"
2827
- "3.11"
28+
- "3.12"
29+
- "3.13"
2930
runs-on: ${{ matrix.os }}
3031
steps:
3132
- uses: actions/checkout@v4
32-
- uses: actions/setup-python@v5
33+
- uses: ./.github/actions/setup-python-and-git
3334
with:
3435
python-version: ${{ matrix.python-version }}
35-
- name: Check git is working
36-
run: |
37-
git config --global user.email "[email protected]"
38-
git config --global user.name "Testing Git"
39-
git --version
40-
git config --list
4136
- name: Check mercurial is working
4237
run: |
4338
echo -e '[ui]\nusername = Testing Mercurial<[email protected]>' > ~/.hgrc

0 commit comments

Comments
 (0)