Left out something
This commit is contained in:
20
.github/workflows/chipyard-run-tests-gpu.yml
vendored
20
.github/workflows/chipyard-run-tests-gpu.yml
vendored
@@ -172,16 +172,16 @@ jobs:
|
|||||||
needs: prepare-chipyard-gpu
|
needs: prepare-chipyard-gpu
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
# - name: Delete old checkout
|
- name: Delete old checkout
|
||||||
# run: |
|
run: |
|
||||||
# ls -alh .
|
ls -alh .
|
||||||
# rm -rf ${{ github.workspace }}/* || true
|
rm -rf ${{ github.workspace }}/* || true
|
||||||
# rm -rf ${{ github.workspace }}/.* || true
|
rm -rf ${{ github.workspace }}/.* || true
|
||||||
# ls -alh .
|
ls -alh .
|
||||||
# - name: Checkout
|
- name: Checkout
|
||||||
# uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# - name: Git workaround
|
- name: Git workaround
|
||||||
# uses: ./.github/actions/git-workaround
|
uses: ./.github/actions/git-workaround
|
||||||
- name: Create conda env
|
- name: Create conda env
|
||||||
uses: ./.github/actions/create-conda-env
|
uses: ./.github/actions/create-conda-env
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user