multi is one PM [pr] (#10838)

* multi is one PM [pr]

* disable flaky tests
This commit is contained in:
George Hotz
2025-06-16 14:52:47 -07:00
committed by GitHub
parent b1fefb76dd
commit e2907360b7
4 changed files with 14 additions and 12 deletions

View File

@@ -816,15 +816,16 @@ jobs:
run: npm install puppeteer
- name: Run WEBGPU Efficientnet
run: node test/web/test_webgpu.js
- name: Run VIZ tests as external package
run: |
mkdir $GITHUB_WORKSPACE/test_dir
cd $GITHUB_WORKSPACE/test_dir
python -m venv venv
source venv/bin/activate
pip install $GITHUB_WORKSPACE
cp $GITHUB_WORKSPACE/test/web/test_viz.js .
node test_viz.js
# this is flaky
#- name: Run VIZ tests as external package
# run: |
# mkdir $GITHUB_WORKSPACE/test_dir
# cd $GITHUB_WORKSPACE/test_dir
# python -m venv venv
# source venv/bin/activate
# pip install $GITHUB_WORKSPACE
# cp $GITHUB_WORKSPACE/test/web/test_viz.js .
# node test_viz.js
osxremote:
name: MacOS (remote metal)