Skip to content

Commit

Permalink
Update constraints file
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 10, 2024
1 parent b0987a1 commit 017d6a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
meltano==3.3.2
meltano==3.4.0a1
2 changes: 1 addition & 1 deletion .github/workflows/meltano-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
PIP_CONSTRAINT: ${{ github.workspace }}/.github/workflows/constraints.txt
run: |
pipx install --pip-args=--pre --python '${{ steps.setup-python.outputs.python-path }}' meltano
pipx install --python '${{ steps.setup-python.outputs.python-path }}' meltano
- name: Check Meltano version
run: |
Expand Down

0 comments on commit 017d6a1

Please sign in to comment.