-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into feature/stil_ignore…
…_incl
- Loading branch information
Showing
27 changed files
with
842 additions
and
588 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -217,7 +217,8 @@ jobs: | |
- name: Setup No-App Env | ||
uses: Wandalen/[email protected] | ||
with: | ||
attempt_limit: 2 | ||
attempt_limit: 3 | ||
attempt_delay: 10000 # ms = 10 seconds | ||
current_path: test_apps/python_no_app | ||
command: poetry install | ||
|
||
|
@@ -317,8 +318,12 @@ jobs: | |
# Issue being that working on a newer Python version than what's released will not resolve | ||
# Workaround by removing origen_metal package from origen dependencies and installing separately | ||
- name: Hack origen pyproject | ||
working-directory: python/origen | ||
run: poetry remove origen_metal | ||
uses: Wandalen/[email protected] | ||
with: | ||
attempt_limit: 3 | ||
attempt_delay: 10000 # ms = 10 seconds | ||
current_path: python/origen | ||
command: poetry remove origen_metal | ||
|
||
- name: Install Origen Packages | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import _origen | ||
|
||
dispatch_workflow = _origen.utility.dispatch_workflow | ||
dispatch_workflow = _origen.utility.revision_control.github.dispatch_workflow |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.