From 14139a3f4a01c1d6b7d31baf34c05a2a3f2cc4ef Mon Sep 17 00:00:00 2001 From: Charles Hofer Date: Fri, 1 Nov 2024 10:05:43 -0500 Subject: [PATCH] Unpin container in CI build and remove libssl-dev install --- .github/workflows/ci-build.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 7805e3206fcd..6ac7a138d7da 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -39,8 +39,6 @@ jobs: build: name: "build ${{ matrix.name-prefix }} (py ${{ matrix.python-version }} on ubuntu-20.04, x64=${{ matrix.enable-x64}})" runs-on: ROCM-Ubuntu - container: - image: index.docker.io/library/ubuntu@sha256:6d8d9799fe6ab3221965efac00b4c34a2bcc102c086a58dff9e19a08b913c7ef # ratchet:ubuntu:20.04 timeout-minutes: 60 strategy: matrix: @@ -58,10 +56,6 @@ jobs: num_generated_cases: 1 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Image Setup - run: | - apt update - apt install -y libssl-dev - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: