Skip to content

Commit

Permalink
ci: Qualify constraints file with workspace directory (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Apr 8, 2024
1 parent 8eaa659 commit 1db82dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

runs-on: ubuntu-latest
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
strategy:
matrix:
# Only lint using the primary version used for dev
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
env:
CLIENT_SECRETS: ${{ secrets.GA_CLIENT_SECRETS }}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
PIP_CONSTRAINT: .github/workflows/constraints.txt
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 1db82dd

Please sign in to comment.