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

Use requirements.txt instead of pipenv requirements #14

Merged

Conversation

JingHHe
Copy link
Collaborator

@JingHHe JingHHe commented Nov 22, 2023

Description

When deploy the service with github actions workflow, it reports the error:
pipenv run pip install -r <(pipenv requirements) --target layer/python ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/dev/fd/63'

To avoid stdout redirect, I update the logic to use the requirements.txt directly for pip install.

Remark

For automation please see closing-issues-using-keywords

@DanielRDias
Copy link
Member

@dependabot rebase

@DanielRDias DanielRDias merged commit 8cce790 into Vitesco-Technologies:main Nov 22, 2023
6 checks passed
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.

2 participants