File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
3- "commit" : " 4955200eefb87309216cf23f46dfb04c4e61b133 " ,
3+ "commit" : " 4b69f8645f1a20dbf2f41634c3062af1f461021b " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3636 "trim_blocks" : true
3737 },
3838 "_template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
39- "_commit" : " 4955200eefb87309216cf23f46dfb04c4e61b133 "
39+ "_commit" : " 4b69f8645f1a20dbf2f41634c3062af1f461021b "
4040 }
4141 },
4242 "directory" : null
Original file line number Diff line number Diff line change 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 :
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 }}:uv pip list
7375 - name : run tests using hatch
7476 env :
7577 MPLBACKEND : agg
You can’t perform that action at this time.
0 commit comments