Skip to content

Resolves #15 Allow to use an external python module #16

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

Merged

Conversation

clalarco
Copy link

@clalarco clalarco commented Nov 13, 2024

Resolves #15 Allow to use an external python module

Changes

  • New parameter use-external-python to use an already installed python
  • Installation of requirements.txt uses --ignore-installed to avoid overriding versions defined in an external python
  • Adding a test workflow to check use-external-python

@clalarco clalarco force-pushed the issue-15-skip-python-installation branch from 980c828 to 4e2f364 Compare November 13, 2024 15:00
@clalarco clalarco changed the title Issue 15 Allow to use an external python module Resolves #15 Allow to use an external python module Nov 13, 2024
Using different macos versions for python older and newer than 3.11
- New parameter use-external-python to use an already installed python
- Installation of requirements.txt uses --ignore-installed to avoid overriding versions defined in an external python
- Adding a test workflow to check use-external-python
@clalarco clalarco force-pushed the issue-15-skip-python-installation branch from 4e2f364 to 93ec7a8 Compare November 16, 2024 10:21
Copy link
Owner

@marian-code marian-code left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK, thanks for your work!

@marian-code marian-code merged commit fd01666 into marian-code:master Nov 18, 2024
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.

Allow to skip python installation
2 participants