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 the absolute path to constraints.txt #25

Merged
merged 2 commits into from
Jul 26, 2024
Merged

Use the absolute path to constraints.txt #25

merged 2 commits into from
Jul 26, 2024

Conversation

foarsitter
Copy link
Collaborator

As described in cjolowicz/cookiecutter-hypermodern-python#1383 there is an issue with pipx regarding relative paths.

Using absolute paths fixes this.

bosd and others added 2 commits July 26, 2024 07:21
This fixes: Some possibly relevant errors from pip install:
    ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.github/workflows/constraints.txt'
Error installing poetry.
@foarsitter foarsitter merged commit 2a4be4a into main Jul 26, 2024
17 of 21 checks passed
@foarsitter foarsitter deleted the fix-ci branch July 26, 2024 09:00
bosd referenced this pull request in bosd/pypdf_table_extraction Aug 12, 2024
* Use absolute path for constraints argument in GitHub actions

This fixes: Some possibly relevant errors from pip install:
    ERROR: Could not open requirements file: [Errno 2] No such file or directory: '.github/workflows/constraints.txt'
Error installing poetry.
---------

Co-authored-by: bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>
@bosd bosd added ci Continuous Integration github_actions Pull requests that update Github_actions code labels Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants