Skip to content

Commit

Permalink
ci: Qualify constraints file with workspace directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jun 3, 2024
1 parent 60cf66c commit cba92b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
env:
FORCE_COLOR: "1"
PIP_CONSTRAINT: .github/workflows/constraints.txt
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cba92b2

Please sign in to comment.