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 ceae560
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,6 @@ jobs:
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
make all
- name: Test
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
make test
- name: Python test
shell: cmd
run: |
Expand Down Expand Up @@ -406,7 +400,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 ceae560

Please sign in to comment.