diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 119068a60d742..00691b8c09e12 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -272,10 +272,7 @@ jobs: name: Build and Test (AMDGPU) needs: check_files timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 90 || 120 }} - runs-on: [self-hosted, amdgpu] - - steps: - uses: actions/checkout@v3 with: @@ -301,9 +298,10 @@ jobs: PY: py38 PROJECT_NAME: taichi TAICHI_CMAKE_ARGS: >- + -DTI_WITH_CUDA:BOOL=OFF -DTI_WITH_VULKAN:BOOL=OFF + -DTI_WITH_OPENGL:BOOL=OFF -DTI_BUILD_TESTS:BOOL=ON - -DTI_WITH_CUDA:BOOL=OFF - name: Test id: test