Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 committed Apr 18, 2024
1 parent a8eeaa5 commit d15dcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/meltano/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Install poetry deps for meltano
shell: bash
run: |
cd ${{ inputs.meltano_path }} && poetry install && meltano install
cd ${{ inputs.meltano_path }} && poetry install && poetry run meltano install
- name: Run tap:${{ inputs.tap }} into target:${{ inputs.target }}
shell: bash
Expand Down

0 comments on commit d15dcb5

Please sign in to comment.