Skip to content

Actions 4.0.13#164

Merged
liamhuber merged 2 commits intomainfrom
actions-4.0.13
Mar 26, 2026
Merged

Actions 4.0.13#164
liamhuber merged 2 commits intomainfrom
actions-4.0.13

Conversation

@liamhuber
Copy link
Copy Markdown
Member

Moving the flowrep/flowrep code down into flowrep/src/flowrep here, I ran into an issue with Windows (and only Windows) failing to pip-install the package:

Run pip install --no-deps . --no-build-isolation
  pip install --no-deps . --no-build-isolation
  shell: C:\Program Files\Git\bin\bash.EXE -l {0}
  env:
    PYTHONPATH: /d/a/flowrep/flowrep/tests
    WRITE_ENVIRONMENT_OUTPUT_ENV_FILE: ./environment.yml
    INPUT_RUN_POST: true
    CONDA: C:\Users\runneradmin\miniconda3
failed to create process.

My hope is that this is a windows path issue which can be adequately resolved by uniformly calling pip install.. instead via python -m pip install.... The current state is that we mix and match the two pip call routes.

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
In place of raw pip install

Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
@liamhuber
Copy link
Copy Markdown
Member Author

Yep, worked perfectly in pyiron/flowrep#208.

@liamhuber liamhuber merged commit b651072 into main Mar 26, 2026
@liamhuber liamhuber deleted the actions-4.0.13 branch March 26, 2026 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant