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