Skip to content

Commit fbbab34

Browse files
author
a.pirogov
committed
fix ci
1 parent 22e26c8 commit fbbab34

2 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
run: pip install poethepoet pre-commit safety
3434

3535
# NOTE: using custom cache, to include pre-commit linters + deps
36-
# - uses: actions/cache@v3
37-
# with:
38-
# path: |
39-
# ~/.cache/pre-commit
40-
# ~/.cache/pip
41-
# key: ${{ hashFiles('.pre-commit-config.yaml') }}-pre-commit
36+
- uses: actions/cache@v3
37+
with:
38+
path: |
39+
~/.cache/pre-commit
40+
~/.cache/pip
41+
key: ${{ hashFiles('.pre-commit-config.yaml') }}-pre-commit
4242

4343
- name: Check that all static analysis tools run without errors
4444
run: poetry run poe lint --all-files

codemeta.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"audience": [
1111
{
1212
"@type": "Audience",
13-
"audienceType": "Science/Research"
13+
"audienceType": "Developers"
1414
},
1515
{
1616
"@type": "Audience",
17-
"audienceType": "Developers"
17+
"audienceType": "Science/Research"
1818
}
1919
],
2020
"author": [
@@ -40,8 +40,15 @@
4040
"template"
4141
],
4242
"license": "http://spdx.org/licenses/MIT",
43+
"maintainer": {
44+
"@type": "Person",
45+
"email": "a.pirogov@fz-juelich.de",
46+
"familyName": "Pirogov",
47+
"givenName": "Anton"
48+
},
4349
"name": "fair-python-cookiecutter",
4450
"runtimePlatform": "Python 3",
51+
"softwareHelp": "https://materials-data-science-and-informatics.github.io/fair-python-cookiecutter",
4552
"softwareRequirements": [
4653
{
4754
"@type": "SoftwareApplication",

0 commit comments

Comments
 (0)