File tree 6 files changed +21
-17
lines changed
6 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 13
13
name : Build and publish PyActiveStorage on PyPi
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Set up Python 3.13
Original file line number Diff line number Diff line change 20
20
name : Create and verify conda lock file for latest Python
21
21
runs-on : ' ubuntu-latest'
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
- uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 25
25
fail-fast : false
26
26
name : Linux Python ${{ matrix.python-version }}
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
- uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
name : Linux Python ${{ matrix.python-version }}
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
- uses : conda-incubator/setup-miniconda@v3
27
27
python-version : ${{ matrix.python-version }}
28
28
miniforge-version : " latest"
29
29
use-mamba : true
30
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
30
31
- run : conda --version
31
32
- run : python -V
32
33
- name : Install development version of NCAS-CMS/Pyfive:wacasoft
39
40
- run : pip install -e .
40
41
- run : conda list
41
42
- run : pytest -n 2 --junitxml=report-1.xml
42
- - uses : codecov/codecov-action@v3
43
+ - uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 22
22
fail-fast : false
23
23
name : Linux Python ${{ matrix.python-version }}
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : conda-incubator/setup-miniconda@v3
32
32
python-version : ${{ matrix.python-version }}
33
33
miniforge-version : " latest"
34
34
use-mamba : true
35
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
35
36
- run : conda --version
36
37
- run : python -V
37
38
- name : Install development version of NCAS-CMS/Pyfive:wacasoft
54
55
fail-fast : false
55
56
name : OSX Python ${{ matrix.python-version }}
56
57
steps :
57
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
58
59
with :
59
60
fetch-depth : 0
60
61
- uses : conda-incubator/setup-miniconda@v3
64
65
python-version : ${{ matrix.python-version }}
65
66
miniforge-version : " latest"
66
67
use-mamba : true
68
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
67
69
- run : conda --version
68
70
- run : python -V
69
71
- name : Install development version of NCAS-CMS/Pyfive:wacasoft
Original file line number Diff line number Diff line change 6
6
push :
7
7
branches :
8
8
- main # keep this at all times
9
- # - pyfive # reinstate
10
- - new_api_pyfive
9
+ - pyfive
11
10
pull_request :
12
11
schedule :
13
12
- cron : ' 0 0 * * *' # nightly
@@ -26,14 +25,15 @@ jobs:
26
25
fail-fast : false
27
26
name : Linux Python ${{ matrix.python-version }}
28
27
steps :
29
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
30
29
with :
31
30
fetch-depth : 0
32
31
- uses : conda-incubator/setup-miniconda@v3
33
32
with :
34
33
python-version : ${{ matrix.python-version }}
35
34
miniforge-version : " latest"
36
35
use-mamba : true
36
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
37
37
- name : Get conda and Python versions
38
38
run : |
39
39
conda --version
57
57
python-version : ${{ matrix.python-version }}
58
58
miniforge-version : " latest"
59
59
use-mamba : true
60
+ mamba-version : " 2.0.5" # https://github.com/conda-incubator/setup-miniconda/issues/392
60
61
- name : Install development version of NCAS-CMS/Pyfive:wacasoft
61
62
run : |
62
63
cd ..
@@ -88,10 +89,10 @@ jobs:
88
89
- name : Stop minio object storage
89
90
run : tests/s3_exploratory/minio_scripts/minio-stop
90
91
if : always()
91
- - name : Upload HTML report artifact
92
- uses : actions/upload-artifact@v4
93
- with :
94
- name : html-report
95
- path : test-reports/
96
- overwrite : true
97
- if : always()
92
+ # - name: Upload HTML report artifact
93
+ # uses: actions/upload-artifact@v4
94
+ # with:
95
+ # name: html-report
96
+ # path: test-reports/
97
+ # overwrite: true
98
+ # if: always()
You can’t perform that action at this time.
0 commit comments