File tree 5 files changed +183
-152
lines changed
5 files changed +183
-152
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
call-test-workflow :
11
- # https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
12
- uses : ./.github/workflows/run-tests.yml
11
+ uses : GNS-Science/nshm-github-actions/.github/workflows/python-run-tests.yml@main
12
+ with :
13
+ operating-systems : " ['ubuntu-latest']"
14
+ python-versions : " ['3.10']"
15
+ secrets : inherit
13
16
14
17
deploy :
15
18
needs : call-test-workflow
Original file line number Diff line number Diff line change 9
9
10
10
jobs :
11
11
call-test-workflow :
12
- # https://docs.github.com/en/actions/using-workflows/reusing-workflows#calling-a-reusable-workflow
13
- uses : ./.github/workflows/run-tests.yml
12
+ uses : GNS-Science/nshm-github-actions/.github/workflows/python-run-tests.yml@main
13
+ with :
14
+ operating-systems : " ['ubuntu-latest']"
15
+ python-versions : " ['3.10']"
16
+ secrets : inherit
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments