Skip to content

Commit c82f34b

Browse files
committed
Don't require specific Python version on Alpine
1 parent 882f0bc commit c82f34b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,7 @@ jobs:
4646

4747
test_musl_gcc:
4848
runs-on: ubuntu-24.04
49-
# We need Python 3.12. That's why we're using alpine:edge.
50-
# Currently (May 2024) edge is the only Alpine version with Python 3.12.
51-
# Once edge advances, the Alpine Python version will be bumped and `python -m pip install -e INCHI-1-TEST` will break.
52-
# TODO: Find more sustainable solution.
53-
container: alpine:edge
49+
container: alpine:latest
5450

5551
steps:
5652
- name: Install build and test environment

0 commit comments

Comments
 (0)