Skip to content

Commit 1ac7c33

Browse files
committed
Test conatainer-based CI
1 parent 0cb3c1b commit 1ac7c33

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ jobs:
99

1010
build-deepquant:
1111
runs-on: ubuntu-latest
12+
container:
13+
image: ghcr.io/pulp-platform/deepquant:main
1214
steps:
1315
- name: Checkout Repo
1416
uses: actions/checkout@v4
1517
with:
1618
submodules: recursive
17-
- name: Set up Python
18-
uses: actions/setup-python@v4
19-
with:
20-
python-version: "3.11"
2119
- name: Build DeepQuant
2220
run: |
2321
python -m pip install --upgrade pip
@@ -32,10 +30,6 @@ jobs:
3230
uses: actions/checkout@v4
3331
with:
3432
submodules: recursive
35-
# - name: Set up Python
36-
# uses: actions/setup-python@v4
37-
# with:
38-
# python-version: "3.11"
3933
- name: Build DeepQuant
4034
run: |
4135
python -m pip install --upgrade pip
@@ -48,15 +42,13 @@ jobs:
4842
4943
model-tests:
5044
runs-on: ubuntu-latest
45+
container:
46+
image: ghcr.io/pulp-platform/deepquant:main
5147
steps:
5248
- name: Checkout Repo
5349
uses: actions/checkout@v4
5450
with:
5551
submodules: recursive
56-
- name: Set up Python
57-
uses: actions/setup-python@v4
58-
with:
59-
python-version: "3.11"
6052
- name: Build DeepQuant
6153
run: |
6254
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)