We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ngr
uv run
1 parent 99507fa commit b10e86cCopy full SHA for b10e86c
.github/workflows/framework-singer-meltano.yml
@@ -65,10 +65,9 @@ jobs:
65
framework/singer-meltano/requirements.txt
66
framework/singer-meltano/requirements-dev.txt
67
68
- - name: Install utilities
69
- run: |
70
- pip install -r requirements.txt
+ - name: Install uv
+ uses: astral-sh/setup-uv@v7
71
72
- name: Validate framework/singer-meltano
73
run: |
74
- ngr test --accept-no-venv framework/singer-meltano
+ uv run --with=pueblo ngr test framework/singer-meltano
0 commit comments