From 25851bc2fe60849757c46b46c9c2ea24e6f3070d Mon Sep 17 00:00:00 2001 From: Hansung Kim Date: Tue, 30 Jan 2024 14:42:06 -0800 Subject: [PATCH] Left out something --- .github/workflows/chipyard-run-tests-gpu.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/chipyard-run-tests-gpu.yml b/.github/workflows/chipyard-run-tests-gpu.yml index 88d90ca9..15506e95 100644 --- a/.github/workflows/chipyard-run-tests-gpu.yml +++ b/.github/workflows/chipyard-run-tests-gpu.yml @@ -172,16 +172,16 @@ jobs: needs: prepare-chipyard-gpu runs-on: self-hosted steps: - # - name: Delete old checkout - # run: | - # ls -alh . - # rm -rf ${{ github.workspace }}/* || true - # rm -rf ${{ github.workspace }}/.* || true - # ls -alh . - # - name: Checkout - # uses: actions/checkout@v3 - # - name: Git workaround - # uses: ./.github/actions/git-workaround + - name: Delete old checkout + run: | + ls -alh . + rm -rf ${{ github.workspace }}/* || true + rm -rf ${{ github.workspace }}/.* || true + ls -alh . + - name: Checkout + uses: actions/checkout@v3 + - name: Git workaround + uses: ./.github/actions/git-workaround - name: Create conda env uses: ./.github/actions/create-conda-env - name: Run tests