Skip to content

Commit 5f384ed

Browse files
committed
adjusted config discovery
1 parent 49e66de commit 5f384ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ jobs:
3737
with:
3838
enable-cache: true
3939
cache-dependency-glob: pyproject.toml
40+
- name: Install hatch
41+
run: uv tool install hatch
4042
- name: Get test environments
4143
id: get-envs
4244
run: |
43-
ENVS_JSON=$(NO_COLOR=1 uvx --quiet hatch env show --json | jq -c 'to_entries
45+
ENVS_JSON=$(hatch env show --json | jq -c 'to_entries
4446
| map(
4547
select(.key | startswith("hatch-test"))
4648
| {

0 commit comments

Comments
 (0)