Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute all commands in nx jobs sequentially #466

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Conversation

georg-schwarz
Copy link
Member

@georg-schwarz georg-schwarz commented Nov 8, 2023

Before the fix, we executed all commands in nx jobs parallel.
This led to some issues in packaging, e.g. closes #465.

Adding the flag "parallel": false in all locations ensures that this issue will not be introduced by mistake again (e.g., by adding another script to an nx job)

@georg-schwarz georg-schwarz merged commit 5afa6d3 into main Nov 8, 2023
2 checks passed
@georg-schwarz georg-schwarz deleted the fix-packaging branch November 8, 2023 13:34
@github-actions github-actions bot locked and limited conversation to collaborators Nov 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Interpreter Packaging Error
2 participants