Skip to content

Commit

Permalink
WiP Regressions: Try using env.DIST for both platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
origen committed Jan 26, 2025
1 parent c1ba27f commit e2571ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ jobs:
run: |
pip install test_apps/test_apps_shared_test_helpers
pip install test_apps/python_plugin
pip install python/origen/dist/$DIST --force-reinstall
pip install python/origen/dist/${{ env.DIST }} --force-reinstall
pip install python/origen_metal --force-reinstall
- name: Run No-Workspace-With-Plugins Tests
Expand Down

0 comments on commit e2571ba

Please sign in to comment.