Skip to content

Commit e1fa175

Browse files
authored
chore: update project structure to d86abba2
1 parent 9062a69 commit e1fa175

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/collijk/python-package-cookiecutter",
3-
"commit": "6a159105838fc80cba178d2fbcc6185fd3ef8df2",
3+
"commit": "d86abba2604d3fb06b718d45a83170b6315debde",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -12,7 +12,7 @@
1212
"package_name": "rra_tools",
1313
"project_short_description": "Common utilities for IHME Rapid Response team pipelines.",
1414
"_template": "https://github.com/collijk/python-package-cookiecutter",
15-
"_commit": "6a159105838fc80cba178d2fbcc6185fd3ef8df2"
15+
"_commit": "d86abba2604d3fb06b718d45a83170b6315debde"
1616
}
1717
},
1818
"directory": null

.github/workflows/test.yml.rej

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff a/.github/workflows/test.yml b/.github/workflows/test.yml (rejected hunks)
2+
@@ -38,7 +38,7 @@ jobs:
3+
strategy:
4+
fail-fast: false
5+
matrix:
6+
- python-version: ["3.10", "3.11", "3.12"]
7+
+ python-version: ["3.12", "3.13"]
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: ./.github/actions/python-poetry-env

0 commit comments

Comments
 (0)