Skip to content

Commit 0cb3c1b

Browse files
committed
Update CI
1 parent 826cee7 commit 0cb3c1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
submodules: recursive
35-
- name: Set up Python
36-
uses: actions/setup-python@v4
37-
with:
38-
python-version: "3.11"
35+
# - name: Set up Python
36+
# uses: actions/setup-python@v4
37+
# with:
38+
# python-version: "3.11"
3939
- name: Build DeepQuant
4040
run: |
4141
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)