From 5f6b1294c2906412e3c42c81875913a089539dbb Mon Sep 17 00:00:00 2001 From: Alex Thiele Date: Wed, 4 Dec 2024 13:24:11 -0800 Subject: [PATCH] Try not building --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 17ae23a..c1e8f89 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -113,10 +113,6 @@ jobs: # https://github.blog/2022-04-12-git-security-vulnerability-announced/ # https://github.com/actions/checkout/issues/760 run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - - name: Copy Python dependencies to github workspace - run: cp -r /robot/install . - - name: Copy build artifacts to github workspace - run: cp -r /robot/build . - name: Move launch-profile files to /robot/launch-profiles so hardcoded paths work run: cp -r ${GITHUB_WORKSPACE}/launch-profiles /robot/ - name: