Skip to content

Commit

Permalink
ci: Qualify constraints file with workspace directory (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Apr 8, 2024
1 parent 32a9442 commit 3a11286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Poetry
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
run:
pipx install poetry
- name: Install dependencies
Expand Down

0 comments on commit 3a11286

Please sign in to comment.