Skip to content

Commit fd0e82f

Browse files
committed
Test Model CI without Container
1 parent dcfa726 commit fd0e82f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,17 @@ jobs:
4040
4141
model-tests:
4242
runs-on: ubuntu-latest
43-
container:
44-
image: ghcr.io/pulp-platform/deepquant:main
43+
# container:
44+
# image: ghcr.io/pulp-platform/deepquant:main
4545
steps:
4646
- name: Checkout Repo
4747
uses: actions/checkout@v4
4848
with:
4949
submodules: recursive
50+
- name: Set up Python
51+
uses: actions/setup-python@v5
52+
with:
53+
python-version: '3.11'
5054
- name: Build DeepQuant
5155
run: |
5256
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)