Merge pull request #1375 from ucb-bar/use-fat-jar

Use fat jar's to remove SBT invocations
This commit is contained in:
Abraham Gonzalez
2023-05-26 17:03:42 -07:00
committed by GitHub
14 changed files with 87 additions and 64 deletions

View File

@@ -115,7 +115,7 @@ jobs:
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
conda config --add channels defaults
conda config --add channels litex-hub
@@ -166,7 +166,7 @@ jobs:
name: cleanup
needs: [run-tutorial]
runs-on: ferry
if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
if: ${{ always() }}
steps:
- name: Delete repo copy and conda env
run: |