Commit ca5022e Bryan Lawrence
committed
File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
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 bnlawrence /Pyfive:issue60
32
+ - name : Install development version of NCAS-CMS /Pyfive:h5netcdf
33
33
run : |
34
34
cd ..
35
- git clone https://github.com/bnlawrence /pyfive.git
35
+ git clone https://github.com/NCAS-CMS /pyfive.git
36
36
cd pyfive
37
- git checkout issue60
37
+ git checkout h5netcdf
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 bnlawrence /Pyfive:issue60
37
+ - name : Install development version of NCAS-CMS /Pyfive:h5netcdf
38
38
run : |
39
39
cd ..
40
- git clone https://github.com/bnlawrence /pyfive.git
40
+ git clone https://github.com/NCAS-CMS /pyfive.git
41
41
cd pyfive
42
- git checkout issue60
42
+ git checkout h5netcdf
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 bnlawrence /Pyfive:issue60
69
+ - name : Install development version of NCAS-CMS /Pyfive:h5netcdf
70
70
run : |
71
71
cd ..
72
- git clone https://github.com/bnlawrence /pyfive.git
72
+ git clone https://github.com/NCAS-CMS /pyfive.git
73
73
cd pyfive
74
- git checkout issue60
74
+ git checkout h5netcdf
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 bnlawrence /Pyfive:issue60
59
+ - name : Install development version of NCAS-CMS /Pyfive:h5netcdf
60
60
run : |
61
61
cd ..
62
- git clone https://github.com/bnlawrence /pyfive.git
62
+ git clone https://github.com/NCAS-CMS /pyfive.git
63
63
cd pyfive
64
- git checkout issue60
64
+ git checkout h5netcdf
65
65
pip install -e .
66
66
- name : Install PyActiveStorage
67
67
run : |
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
51
51
python-version : ${{ matrix.python-version }}
52
52
miniforge-version : " latest"
53
53
use-mamba : true
54
- - name : Install development version of bnlawrence /Pyfive:issue60
54
+ - name : Install development version of NCAS-CMS /Pyfive:h5netcdf
55
55
run : |
56
56
cd ..
57
- git clone https://github.com/bnlawrence /pyfive.git
57
+ git clone https://github.com/NCAS-CMS /pyfive.git
58
58
cd pyfive
59
- git checkout issue60
59
+ git checkout h5netcdf
60
60
pip install -e .
61
61
- name : Install PyActiveStorage
62
62
run : |
You can’t perform that action at this time.
0 commit comments