Skip to content

Commit

Permalink
(minor) restore whitespace to clean diff
Browse files Browse the repository at this point in the history
  • Loading branch information
RandallPittmanOrSt committed Jul 30, 2024
1 parent fab4050 commit e0719da
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# if: ${{ failure() }}
# run: |
# cd netcdf-c-${NETCDF_VERSION}
# cat config.log
# cat config.log

- name: Install python dependencies via pip
run: |
Expand All @@ -62,12 +62,12 @@ jobs:
- name: Install netcdf4-python
run: |
export PATH=${NETCDF_DIR}/bin:${PATH}
export PATH=${NETCDF_DIR}/bin:${PATH}
export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c-${NETCDF_VERSION}/plugins/plugindir
python setup.py install
- name: Test
run: |
export PATH=${NETCDF_DIR}/bin:${PATH}
export PATH=${NETCDF_DIR}/bin:${PATH}
python checkversion.py
# serial
cd test
Expand Down Expand Up @@ -98,9 +98,9 @@ jobs:
# - name: Tarball
# run: |
# export PATH=${NETCDF_DIR}/bin:${PATH}
# python setup.py --version
# export PATH=${NETCDF_DIR}/bin:${PATH}
# python setup.py --version
# check-manifest --version
# check-manifest --verbose
# pip wheel . -w dist --no-deps
# twine check dist/*
# check-manifest --verbose
# pip wheel . -w dist --no-deps
# twine check dist/*
16 changes: 8 additions & 8 deletions .github/workflows/build_old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# if: ${{ failure() }}
# run: |
# cd netcdf-c-${NETCDF_VERSION}
# cat config.log
# cat config.log

- name: Install python dependencies via pip
run: |
Expand All @@ -62,12 +62,12 @@ jobs:
- name: Install netcdf4-python
run: |
export PATH=${NETCDF_DIR}/bin:${PATH}
export PATH=${NETCDF_DIR}/bin:${PATH}
export NETCDF_PLUGIN_DIR=${{ github.workspace }}/netcdf-c-${NETCDF_VERSION}/plugins/plugindir
python setup.py install
- name: Test
run: |
export PATH=${NETCDF_DIR}/bin:${PATH}
export PATH=${NETCDF_DIR}/bin:${PATH}
python checkversion.py
# serial
cd test
Expand Down Expand Up @@ -98,9 +98,9 @@ jobs:
# - name: Tarball
# run: |
# export PATH=${NETCDF_DIR}/bin:${PATH}
# python setup.py --version
# export PATH=${NETCDF_DIR}/bin:${PATH}
# python setup.py --version
# check-manifest --version
# check-manifest --verbose
# pip wheel . -w dist --no-deps
# twine check dist/*
# check-manifest --verbose
# pip wheel . -w dist --no-deps
# twine check dist/*

0 comments on commit e0719da

Please sign in to comment.