Always remove old repo for full flow CI
This commit is contained in:
4
.github/workflows/chipyard-full-flow.yml
vendored
4
.github/workflows/chipyard-full-flow.yml
vendored
@@ -115,7 +115,7 @@ jobs:
|
|||||||
|
|
||||||
cd vlsi
|
cd vlsi
|
||||||
|
|
||||||
# NOTE: most conda installs are in separate conda envs because they mess up
|
# NOTE: most conda installs are in separate conda envs because they mess up
|
||||||
# each other's versions (for no apparent reason) and we need the latest versions
|
# each other's versions (for no apparent reason) and we need the latest versions
|
||||||
conda config --add channels defaults
|
conda config --add channels defaults
|
||||||
conda config --add channels litex-hub
|
conda config --add channels litex-hub
|
||||||
@@ -166,7 +166,7 @@ jobs:
|
|||||||
name: cleanup
|
name: cleanup
|
||||||
needs: [run-tutorial]
|
needs: [run-tutorial]
|
||||||
runs-on: ferry
|
runs-on: ferry
|
||||||
if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
|
if: ${{ always() }}
|
||||||
steps:
|
steps:
|
||||||
- name: Delete repo copy and conda env
|
- name: Delete repo copy and conda env
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user