From 2beda29c5cd73fe894a8e3a960fe11f5199d9bb2 Mon Sep 17 00:00:00 2001 From: Christopher Milan Date: Fri, 26 Sep 2025 13:45:23 -0700 Subject: [PATCH] fix more actions typos --- .github/actions/setup-tinygrad/action.yml | 1 - .github/workflows/test.yml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/setup-tinygrad/action.yml b/.github/actions/setup-tinygrad/action.yml index 01525341d2..52baaab024 100644 --- a/.github/actions/setup-tinygrad/action.yml +++ b/.github/actions/setup-tinygrad/action.yml @@ -340,7 +340,6 @@ runs: if: inputs.mesa == 'true' && steps.cache-build-mesa.outputs.cache-hit != 'true' shell: bash run: | - # mesa git clone https://gitlab.freedesktop.org/mesa/mesa.git ${{ github.workspace }}/mesa cd ${{ github.workspace }}/mesa git checkout mesa-25.0.7 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1af5efd67d..483287ec1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -764,7 +764,7 @@ jobs: with: key: ${{ matrix.backend }}-minimal deps: testing_minimal - pydeps: ${{ matrix.backend == 'lvp' && 'meson mako pyyaml' }} + pydeps: ${{ matrix.backend == 'lvp' && 'meson mako pyyaml' || '' }} opencl: ${{ matrix.backend == 'opencl' && 'true' }} llvm: ${{ matrix.backend == 'llvm' || matrix.backend == 'lvp' }} mesa: ${{ matrix.backend == 'lvp' && 'true' }}