Skip to content

Commit

Permalink
ci: Fix pipx Installation of Meltano (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 15, 2024
1 parent feadbea commit 38b64be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/meltano-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
id: setup-python
with:
python-version: 3.11

- name: Install Meltano
env:
PIP_CONSTRAINT: .github/workflows/constraints.txt
run: |
pipx install meltano --python python3.11
pipx install --python '${{ steps.setup-python.outputs.python-path }}' meltano
- name: Check Meltano version
run: |
Expand Down

0 comments on commit 38b64be

Please # to comment.