Skip to content

Commit

Permalink
Remove building on noble
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Apr 3, 2024
1 parent 0e98623 commit e7dbdb0
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- { os: "ubuntu-latest", packaging: "apt", container: "debian:bookworm", python: "python3" }
# - { 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", container: "debian:bookworm", python: "python" }
# - { os: "ubuntu-latest", packaging: "apt", container: "ubuntu:noble", python: "python3" }
- { os: "ubuntu-latest", packaging: "conda", python: "python" }
- { os: "macos-latest", packaging: "conda", python: "python" }
env:
WORKSPACE: "${{ github.workspace }}"
Expand All @@ -32,14 +32,6 @@ jobs:
DEBIAN_FRONTEND=noninteractive apt-get install -y git python3
if: ${{ contains(matrix.packaging, 'apt') }}

- name: Provision (Micromamba on Linux)
# On container images, some base packages are missing to correctly set
# up conda
run: |
apt update
DEBIAN_FRONTEND=noninteractive apt-get install -y curl
if: ${{ contains(matrix.packaging, 'conda') && contains(matrix.os, 'ubuntu-latest') }}

- name: Provision (Micromamba)
uses: mamba-org/setup-micromamba@v1
with:
Expand Down

0 comments on commit e7dbdb0

Please sign in to comment.