Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/fix_pyfive_branch' …
Browse files Browse the repository at this point in the history
…into fix_pyfive_branch
  • Loading branch information
Bryan Lawrence committed Jan 21, 2025
2 parents e68a0fe + d3a8f92 commit ca5022e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
use-mamba: true
- run: conda --version
- run: python -V
- name: Install development version of bnlawrence/Pyfive:issue60
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
run: |
cd ..
git clone https://github.com/bnlawrence/pyfive.git
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout issue60
git checkout h5netcdf
pip install -e .
- run: pip install -e .
- run: conda list
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
use-mamba: true
- run: conda --version
- run: python -V
- name: Install development version of bnlawrence/Pyfive:issue60
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
run: |
cd ..
git clone https://github.com/bnlawrence/pyfive.git
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout issue60
git checkout h5netcdf
pip install -e .
- run: conda list
- run: pip install -e .
Expand All @@ -66,12 +66,12 @@ jobs:
use-mamba: true
- run: conda --version
- run: python -V
- name: Install development version of bnlawrence/Pyfive:issue60
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
run: |
cd ..
git clone https://github.com/bnlawrence/pyfive.git
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout issue60
git checkout h5netcdf
pip install -e .
- run: conda list
- run: mamba install -c conda-forge git
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_s3_minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ jobs:
python-version: ${{ matrix.python-version }}
miniforge-version: "latest"
use-mamba: true
- name: Install development version of bnlawrence/Pyfive:issue60
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
run: |
cd ..
git clone https://github.com/bnlawrence/pyfive.git
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout issue60
git checkout h5netcdf
pip install -e .
- name: Install PyActiveStorage
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_s3_remote_reductionist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
python-version: ${{ matrix.python-version }}
miniforge-version: "latest"
use-mamba: true
- name: Install development version of bnlawrence/Pyfive:issue60
- name: Install development version of NCAS-CMS/Pyfive:h5netcdf
run: |
cd ..
git clone https://github.com/bnlawrence/pyfive.git
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout issue60
git checkout h5netcdf
pip install -e .
- name: Install PyActiveStorage
run: |
Expand Down

0 comments on commit ca5022e

Please sign in to comment.