Skip to content

Commit ca5022e

Browse files
author
Bryan Lawrence
committed
Merge remote-tracking branch 'refs/remotes/origin/fix_pyfive_branch' into fix_pyfive_branch
2 parents e68a0fe + d3a8f92 commit ca5022e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.github/workflows/run-test-push.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
use-mamba: true
3030
- run: conda --version
3131
- run: python -V
32-
- name: Install development version of bnlawrence/Pyfive:issue60
32+
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
3333
run: |
3434
cd ..
35-
git clone https://github.com/bnlawrence/pyfive.git
35+
git clone https://github.com/NCAS-CMS/pyfive.git
3636
cd pyfive
37-
git checkout issue60
37+
git checkout h5netcdf
3838
pip install -e .
3939
- run: pip install -e .
4040
- run: conda list

.github/workflows/run-tests.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
use-mamba: true
3535
- run: conda --version
3636
- run: python -V
37-
- name: Install development version of bnlawrence/Pyfive:issue60
37+
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
3838
run: |
3939
cd ..
40-
git clone https://github.com/bnlawrence/pyfive.git
40+
git clone https://github.com/NCAS-CMS/pyfive.git
4141
cd pyfive
42-
git checkout issue60
42+
git checkout h5netcdf
4343
pip install -e .
4444
- run: conda list
4545
- run: pip install -e .
@@ -66,12 +66,12 @@ jobs:
6666
use-mamba: true
6767
- run: conda --version
6868
- run: python -V
69-
- name: Install development version of bnlawrence/Pyfive:issue60
69+
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
7070
run: |
7171
cd ..
72-
git clone https://github.com/bnlawrence/pyfive.git
72+
git clone https://github.com/NCAS-CMS/pyfive.git
7373
cd pyfive
74-
git checkout issue60
74+
git checkout h5netcdf
7575
pip install -e .
7676
- run: conda list
7777
- run: mamba install -c conda-forge git

.github/workflows/test_s3_minio.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
python-version: ${{ matrix.python-version }}
5757
miniforge-version: "latest"
5858
use-mamba: true
59-
- name: Install development version of bnlawrence/Pyfive:issue60
59+
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
6060
run: |
6161
cd ..
62-
git clone https://github.com/bnlawrence/pyfive.git
62+
git clone https://github.com/NCAS-CMS/pyfive.git
6363
cd pyfive
64-
git checkout issue60
64+
git checkout h5netcdf
6565
pip install -e .
6666
- name: Install PyActiveStorage
6767
run: |

.github/workflows/test_s3_remote_reductionist.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
python-version: ${{ matrix.python-version }}
5252
miniforge-version: "latest"
5353
use-mamba: true
54-
- name: Install development version of bnlawrence/Pyfive:issue60
54+
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
5555
run: |
5656
cd ..
57-
git clone https://github.com/bnlawrence/pyfive.git
57+
git clone https://github.com/NCAS-CMS/pyfive.git
5858
cd pyfive
59-
git checkout issue60
59+
git checkout h5netcdf
6060
pip install -e .
6161
- name: Install PyActiveStorage
6262
run: |

0 commit comments

Comments
 (0)