We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e66de commit 5f384edCopy full SHA for 5f384ed
.github/workflows/test.yaml
@@ -37,10 +37,12 @@ jobs:
37
with:
38
enable-cache: true
39
cache-dependency-glob: pyproject.toml
40
+ - name: Install hatch
41
+ run: uv tool install hatch
42
- name: Get test environments
43
id: get-envs
44
run: |
- 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
46
| map(
47
select(.key | startswith("hatch-test"))
48
| {
0 commit comments