Skip to content

Commit f8b753c

Browse files
authored
Update ci-build.yaml
1 parent 97d201e commit f8b753c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ jobs:
101101
102102
documentation:
103103
name: Documentation - test code snippets
104-
runs-on: ubuntu-latest
105-
container:
106-
image: index.docker.io/library/ubuntu@sha256:6d8d9799fe6ab3221965efac00b4c34a2bcc102c086a58dff9e19a08b913c7ef # ratchet:ubuntu:20.04
104+
runs-on: ROCM-Ubuntu
107105
timeout-minutes: 10
108106
strategy:
109107
matrix:
@@ -147,10 +145,6 @@ jobs:
147145
python-version: ['3.10']
148146
steps:
149147
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
150-
- name: Image Setup
151-
run: |
152-
apt update
153-
apt install -y libssl-dev libsqlite3-dev
154148
- name: Set up Python ${{ matrix.python-version }}
155149
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
156150
with:

0 commit comments

Comments
 (0)