Skip to content

Commit

Permalink
Configure uv venv backend
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 24, 2024
1 parent 8cc5a89 commit f8bfdd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_meltano_add_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
run: uv tool install meltano

- name: Setup test project
run: meltano init --no-usage-stats test-project
run: |
meltano init --no-usage-stats test-project
meltano config meltano set venv.backend uv
- name: Test add
working-directory: test-project
Expand Down

0 comments on commit f8bfdd5

Please sign in to comment.