Skip to content

Commit

Permalink
Drop release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 committed Oct 31, 2023
1 parent 372aa45 commit abb10b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Run unit tests
shell: bash -l {0}
run: |
pip install -i https://test.pypi.org/simple/ onnx==1.15.0rc2
pip install .
pytest
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:
- name: Run code generation
shell: bash -l {0}
run: |
pip install -i https://test.pypi.org/simple/ onnx==1.15.0rc2
pip install .
pip install pandoc
python tools/generate_opset.py
Expand Down

0 comments on commit abb10b5

Please sign in to comment.