Skip to content

Commit 99a0f24

Browse files
Update instance repo from cookiecutter template
1 parent 1e1c8de commit 99a0f24

2 files changed

Lines changed: 4 additions & 5 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": "33fa0d92546b6a93da1c1491c50922eca9da5013",
3+
"commit": "e2f5a9bdb0090de2674b9080715e5d05a3612a2a",
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": "33fa0d92546b6a93da1c1491c50922eca9da5013"
39+
"_commit": "e2f5a9bdb0090de2674b9080715e5d05a3612a2a"
4040
}
4141
},
4242
"directory": null

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -70,7 +69,7 @@ jobs:
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

0 commit comments

Comments
 (0)