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

Windows requirements.txt fail #580

Closed
jeffcoffee opened this issue Feb 27, 2024 · 2 comments
Closed

Windows requirements.txt fail #580

jeffcoffee opened this issue Feb 27, 2024 · 2 comments

Comments

@jeffcoffee
Copy link

Invoke-Expression -Command "& '$env:PYTHON_VENV' -m pip install -r '$env.GITHUB_ACTION_PATH\..\python\requirements.txt'"

Replace
$env.GITHUB_ACTION_PATH
with
$env:GITHUB_ACTION_PATH

Thanks

@EnricoMi
Copy link
Owner

Thanks for reporting, fixing asap.

@EnricoMi
Copy link
Owner

Fix has been released. Thanks for reporting and investigating!

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

No branches or pull requests

2 participants