Skip to content

Commit

Permalink
Fix Alpine python version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jun 21, 2022
1 parent b373986 commit 228510e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -148,7 +148,7 @@ jobs:
- {IMAGE: "ubuntu-jammy", TOXENV: "py310"}
- {IMAGE: "ubuntu-rolling", TOXENV: "py310"}
- {IMAGE: "fedora", TOXENV: "py310"}
- {IMAGE: "alpine", TOXENV: "py39"}
- {IMAGE: "alpine", TOXENV: "py310"}
name: "${{ matrix.IMAGE.TOXENV }} on ${{ matrix.IMAGE.IMAGE }}"
timeout-minutes: 15
steps:
Expand Down

0 comments on commit 228510e

Please sign in to comment.