Skip to content

Commit a0bbe27

Browse files
Update instance repo from cookiecutter template
1 parent e67aa1c commit a0bbe27

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
3-
"commit": "77339226581ec535e1972984083ae70b702e7bec",
3+
"commit": "309a7db7a973b5f61a32d8cdb37f8a6f358f594b",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -36,7 +36,7 @@
3636
"trim_blocks": true
3737
},
3838
"_template": "/home/runner/work/cookiecutter-scverse/cookiecutter-scverse",
39-
"_commit": "77339226581ec535e1972984083ae70b702e7bec"
39+
"_commit": "309a7db7a973b5f61a32d8cdb37f8a6f358f594b"
4040
}
4141
},
4242
"directory": null

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Check [[tool.hatch.envs.hatch-test.matrix]] in pyproject.toml and https://hatch.pypa.io/latest/environment/ for
2020
# more details.
2121
get-environments:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-slim
2323
outputs:
2424
envs: ${{ steps.get-envs.outputs.envs }}
2525
steps:
@@ -70,6 +70,8 @@ jobs:
7070
python-version: ${{ matrix.env.python }}
7171
- name: create hatch environment
7272
run: uvx hatch env create ${{ matrix.env.name }}
73+
- name: list all all installed package versions
74+
run: uvx hatch run ${{ matrix.env.name }}:pip list
7375
- name: run tests using hatch
7476
env:
7577
MPLBACKEND: agg

0 commit comments

Comments
 (0)