Skip to content

Commit b10e86c

Browse files
committed
Singer/Meltano: Invoke ngr using uv run
1 parent 99507fa commit b10e86c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/framework-singer-meltano.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ jobs:
6565
framework/singer-meltano/requirements.txt
6666
framework/singer-meltano/requirements-dev.txt
6767
68-
- name: Install utilities
69-
run: |
70-
pip install -r requirements.txt
68+
- name: Install uv
69+
uses: astral-sh/setup-uv@v7
7170

7271
- name: Validate framework/singer-meltano
7372
run: |
74-
ngr test --accept-no-venv framework/singer-meltano
73+
uv run --with=pueblo ngr test framework/singer-meltano

0 commit comments

Comments
 (0)