Skip to content

Commit a8d1b94

Browse files
committed
update CI
1 parent 95026c2 commit a8d1b94

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
- name: Install requirements
6262
run: python -m pip install -r requirements.txt
6363

64+
- name: Uninstall onnx
65+
run: python -m pip uninstall -y onnx
66+
6467
- name: Install requirements dev
6568
run: python -m pip install -r requirements-dev.txt
6669

.github/workflows/documentation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Install requirements
3939
run: python -m pip install -r requirements.txt
4040

41+
- name: Uninstall onnx
42+
run: python -m pip uninstall -y onnx
43+
4144
- name: Install requirements dev
4245
run: python -m pip install -r requirements-dev.txt
4346

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dump_models/*
3737
dump_bash_bench/*
3838
dump_llama/*
3939
dump_test*
40+
dump_validate*
4041
dump_sdpa_*
4142
temp_dump_models/*
4243
dump_dort_bench/*

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ furo
55
huggingface_hub
66
matplotlib
77
onnx-array-api>=0.3.1
8+
onnx-weekly
89
git+https://github.com/microsoft/onnxscript.git
910
openpyxl
1011
packaging

0 commit comments

Comments
 (0)