From 81eb5f826c92fbcd8fc32ed9d1b192f33d27c310 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sat, 25 Nov 2023 23:03:23 +0530 Subject: [PATCH] #3480 remove `pybind11` from caches --- .github/workflows/test_on_push.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/test_on_push.yml b/.github/workflows/test_on_push.yml index 2f7f94c9bc..9ff842cdfb 100644 --- a/.github/workflows/test_on_push.yml +++ b/.github/workflows/test_on_push.yml @@ -99,7 +99,6 @@ jobs: with: path: | # Repository files - ${{ github.workspace }}/pybind11/ ${{ github.workspace }}/install_KLU_Sundials/ # Headers and dynamic library files for SuiteSparse and SUNDIALS ${{ env.HOME }}/.local/lib/ @@ -155,7 +154,6 @@ jobs: with: path: | # Repository files - ${{ github.workspace }}/pybind11/ ${{ github.workspace }}/install_KLU_Sundials/ # Headers and dynamic library files for SuiteSparse and SUNDIALS ${{ env.HOME }}/.local/lib/ @@ -237,7 +235,6 @@ jobs: with: path: | # Repository files - ${{ github.workspace }}/pybind11/ ${{ github.workspace }}/install_KLU_Sundials/ # Headers and dynamic library files for SuiteSparse and SUNDIALS ${{ env.HOME }}/.local/lib/ @@ -336,7 +333,6 @@ jobs: with: path: | # Repository files - ${{ github.workspace }}/pybind11/ ${{ github.workspace }}/install_KLU_Sundials/ # Headers and dynamic library files for SuiteSparse and SUNDIALS ${{ env.HOME }}/.local/lib/ @@ -391,7 +387,6 @@ jobs: with: path: | # Repository files - ${{ github.workspace }}/pybind11/ ${{ github.workspace }}/install_KLU_Sundials/ # Headers and dynamic library files for SuiteSparse and SUNDIALS ${{ env.HOME }}/.local/lib/