Skip to content

Commit

Permalink
ci: Qualify constraints file with workspace directory (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Apr 4, 2024
1 parent 86ff673 commit 1718c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meltano-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install Meltano
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
run: |
pipx install --python '${{ steps.setup-python.outputs.python-path }}' meltano
Expand Down

0 comments on commit 1718c50

Please sign in to comment.