Skip to content

Commit

Permalink
use wacasoft branch of Pyfive fork
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriupredoi committed Feb 11, 2025
1 parent 549711c commit e73712a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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 NCAS-CMS/Pyfive:h5netcdf
- name: Install development version of NCAS-CMS/Pyfive:wacasoft
run: |
cd ..
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout h5netcdf
git checkout wacasoft
pip install -e .
- run: pip install -e .
- run: conda list
Expand Down
8 changes: 4 additions & 4 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 NCAS-CMS/Pyfive:h5netcdf
- name: Install development version of NCAS-CMS/Pyfive:wacasoft
run: |
cd ..
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout h5netcdf
git checkout wacasoft
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 NCAS-CMS/Pyfive:h5netcdf
- name: Install development version of NCAS-CMS/Pyfive:wacasoft
run: |
cd ..
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout h5netcdf
git checkout wacasoft
pip install -e .
- run: conda list
- run: mamba install -c conda-forge git
Expand Down
4 changes: 2 additions & 2 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 NCAS-CMS/Pyfive:h5netcdf
- name: Install development version of NCAS-CMS/Pyfive:wacasoft
run: |
cd ..
git clone https://github.com/NCAS-CMS/pyfive.git
cd pyfive
git checkout h5netcdf
git checkout wacasoft
pip install -e .
- name: Install PyActiveStorage
run: |
Expand Down

0 comments on commit e73712a

Please sign in to comment.