Skip to content

Commit

Permalink
ci: Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 31, 2024
1 parent 61dd20a commit 36b7331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
FORCE_COLOR: "1"
NOXSESSION: tests-${{ matrix.python-version }}
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 36b7331

Please sign in to comment.