Skip to content

Commit 62ccc3c

Browse files
committed
tmp
1 parent 1e9de9e commit 62ccc3c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-python@v4
16+
with:
17+
check-latest: true
1618
- name: Install python-dev
17-
run: sudo apt-get install -y python2.7-dev
19+
run: sudo apt-get install -y python3-dev
1820
- name: Cache check-versions script
1921
id: cache-check-versions
2022
uses: actions/cache@v3
2123
with:
2224
path: ~/.cache/git-remote-hg
2325
key: check-versions
24-
- run: ./tools/check-versions hg:$HG_VERSION
26+
- run: |
27+
python --version
28+
./tools/check-versions hg:$HG_VERSION

0 commit comments

Comments
 (0)