Skip to content

Commit

Permalink
Regressions debug
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyeng committed Nov 13, 2023
1 parent c458a1a commit 6e5bbfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,12 @@ jobs:
# Update: remove binary since it is being copied earlier.
- name: Remove Origen executable (Linux)
if: matrix.os == 'ubuntu-latest'
run: rm rust/origen/target/debug/origen python/origen/origen/__bin__/bin
run: rm rust/origen/target/debug/origen
# run: rm rust/origen/target/debug/origen python/origen/origen/__bin__/bin
- name: Remove Origen executable (Windows)
if: matrix.os == 'windows-latest'
run: rm rust/origen/target/debug/origen.exe python/origen/origen/__bin__/bin
run: rm rust/origen/target/debug/origen.exe
# run: rm rust/origen/target/debug/origen.exe python/origen/origen/__bin__/bin

# TODO GA: Regressions: not sure why, but the tmp directory in origen_metal causes some issues
# For now, just removing it.
Expand Down

0 comments on commit 6e5bbfc

Please sign in to comment.