Skip to content

Commit

Permalink
Run conda linux build on bookworm
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Apr 3, 2024
1 parent 53d0092 commit b1ba3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:focal", python: "python3" }
# - { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:jammy", python: "python3" }
- { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:noble", python: "python3" }
- { os: "ubuntu-latest", packaging: "conda", python: "python" }
- { os: "ubuntu-latest", packaging: "conda", container: "debian:bookworm", python: "python" }
- { os: "macos-latest", packaging: "conda", python: "python" }
env:
WORKSPACE: "${{ github.workspace }}"
Expand Down

0 comments on commit b1ba3ff

Please sign in to comment.