Skip to content

Commit

Permalink
Bump alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed May 21, 2024
1 parent 6bbaae2 commit a56040f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a56040f

Please sign in to comment.