Commit e73712a 1 parent 549711c commit e73712a Copy full SHA for e73712a
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
use-mamba : true
30
30
- run : conda --version
31
31
- run : python -V
32
- - name : Install development version of NCAS-CMS/Pyfive:h5netcdf
32
+ - name : Install development version of NCAS-CMS/Pyfive:wacasoft
33
33
run : |
34
34
cd ..
35
35
git clone https://github.com/NCAS-CMS/pyfive.git
36
36
cd pyfive
37
- git checkout h5netcdf
37
+ git checkout wacasoft
38
38
pip install -e .
39
39
- run : pip install -e .
40
40
- run : conda list
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
34
34
use-mamba : true
35
35
- run : conda --version
36
36
- run : python -V
37
- - name : Install development version of NCAS-CMS/Pyfive:h5netcdf
37
+ - name : Install development version of NCAS-CMS/Pyfive:wacasoft
38
38
run : |
39
39
cd ..
40
40
git clone https://github.com/NCAS-CMS/pyfive.git
41
41
cd pyfive
42
- git checkout h5netcdf
42
+ git checkout wacasoft
43
43
pip install -e .
44
44
- run : conda list
45
45
- run : pip install -e .
@@ -66,12 +66,12 @@ jobs:
66
66
use-mamba : true
67
67
- run : conda --version
68
68
- run : python -V
69
- - name : Install development version of NCAS-CMS/Pyfive:h5netcdf
69
+ - name : Install development version of NCAS-CMS/Pyfive:wacasoft
70
70
run : |
71
71
cd ..
72
72
git clone https://github.com/NCAS-CMS/pyfive.git
73
73
cd pyfive
74
- git checkout h5netcdf
74
+ git checkout wacasoft
75
75
pip install -e .
76
76
- run : conda list
77
77
- run : mamba install -c conda-forge git
Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ jobs:
56
56
python-version : ${{ matrix.python-version }}
57
57
miniforge-version : " latest"
58
58
use-mamba : true
59
- - name : Install development version of NCAS-CMS/Pyfive:h5netcdf
59
+ - name : Install development version of NCAS-CMS/Pyfive:wacasoft
60
60
run : |
61
61
cd ..
62
62
git clone https://github.com/NCAS-CMS/pyfive.git
63
63
cd pyfive
64
- git checkout h5netcdf
64
+ git checkout wacasoft
65
65
pip install -e .
66
66
- name : Install PyActiveStorage
67
67
run : |
You can’t perform that action at this time.
0 commit comments