Skip to content

Commit c0ec018

Browse files
authored
chore: update project structure to 6a159105
1 parent eaff92f commit c0ec018

File tree

5 files changed

+330
-33
lines changed

5 files changed

+330
-33
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": "cd59edc69d51f9485bca69eb940e0706bc65e9ba",
3+
"commit": "6a159105838fc80cba178d2fbcc6185fd3ef8df2",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -12,7 +12,7 @@
1212
"package_name": "climate_data",
1313
"project_short_description": "Pipelines to extract, format, and downscale ERA5 and CMIP6 data.",
1414
"_template": "https://github.com/collijk/python-package-cookiecutter",
15-
"_commit": "cd59edc69d51f9485bca69eb940e0706bc65e9ba"
15+
"_commit": "6a159105838fc80cba178d2fbcc6185fd3ef8df2"
1616
}
1717
},
1818
"directory": null
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff a/.github/workflows/cookiecutter.yml b/.github/workflows/cookiecutter.yml (rejected hunks)
2+
@@ -31,7 +31,7 @@ jobs:
3+
- name: apply additional changes and fixes
4+
if: steps.changes.outputs.changed > 0
5+
run: |
6+
- poetry lock --no-update # add new dependencies
7+
+ poetry lock # add new dependencies
8+
poetry install
9+
poetry run pre-commit run -a || true # we have to fix other issues manually
10+
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
diff a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml (rejected hunks)
2+
@@ -51,7 +51,7 @@ jobs:
3+
4+
- name: Update outdated packages
5+
if: ${{ steps.check_for_outdated_dependencies.outputs.body != 0 }}
6+
- run: poetry lock
7+
+ run: poetry lock --regenerate
8+
9+
# behaviour if PR already exists: https://github.com/marketplace/actions/create-pull-request#action-behaviour
10+
- name: Create Pull Request

0 commit comments

Comments
 (0)