Skip to content

Commit

Permalink
NOMERGE: Try disabling failing tests so that windows extension test j…
Browse files Browse the repository at this point in the history
…ob runs
  • Loading branch information
benjaminwinger committed May 3, 2024
1 parent 33a607e commit 57b2ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
make test
# make test
- name: Python test
shell: cmd
Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:

- name: Ensure Python dependencies
run: |
pip3 install torch~=2.2.0 --break-system-package --extra-index-url https://download.pytorch.org/whl/cpu
pip3 install torch~=2.2.0 --break-system-package --extra-index-url https://download.pytorch.org/whl/cpu
pip3 install --break-system-package --user -r tools/python_api/requirements_dev.txt -f https://data.pyg.org/whl/torch-2.0.0+cpu.html
- name: Ensure Node.js dependencies
Expand Down

0 comments on commit 57b2ad0

Please sign in to comment.