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" : " 33fa0d92546b6a93da1c1491c50922eca9da5013 " ,
3+ "commit" : " e2f5a9bdb0090de2674b9080715e5d05a3612a2a " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3636 "trim_blocks" : true
3737 },
3838 "_template" : " /home/runner/work/cookiecutter-scverse/cookiecutter-scverse" ,
39- "_commit" : " 33fa0d92546b6a93da1c1491c50922eca9da5013 "
39+ "_commit" : " e2f5a9bdb0090de2674b9080715e5d05a3612a2a "
4040 }
4141 },
4242 "directory" : null
Original file line number Diff line number Diff line change @@ -45,12 +45,11 @@ jobs:
4545
4646 test :
4747 needs : get-environments
48- runs-on : ${{ matrix.os }}
48+ runs-on : ubuntu-latest
4949
5050 strategy :
5151 fail-fast : false
5252 matrix :
53- os : [ubuntu-latest]
5453 include : ${{ fromJSON(needs.get-environments.outputs.matrix) }}
5554
5655 name : ${{ matrix.name }}
7069 - name : run tests using hatch
7170 env :
7271 MPLBACKEND : agg
73- PLATFORM : ${{ matrix.os }}
72+ PLATFORM : ubuntu-latest
7473 DISPLAY : :42
7574 run : uvx hatch run ${{ matrix.env_name }}:run-cov
7675 - name : generate coverage report
You can’t perform that action at this time.
0 commit comments