We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 882f0bc commit c82f34bCopy full SHA for c82f34b
.github/workflows/ci.yml
@@ -46,11 +46,7 @@ jobs:
46
47
test_musl_gcc:
48
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
+ container: alpine:latest
54
55
steps:
56
- name: Install build and test environment
0 commit comments