Skip to content

Commit

Permalink
chore: Use uv to run Meltano add and install test
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 24, 2024
1 parent f2f8865 commit e0ac3f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ jobs:
with:
python-version: 3.9

- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "0.4.26"

- name: Install Meltano
run: pipx install meltano
run: uv tool install meltano

- name: Setup test project
run: meltano init --no-usage-stats test-project
Expand Down

0 comments on commit e0ac3f5

Please sign in to comment.