Skip to content

Commit

Permalink
put back non-bundled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Aug 16, 2024
1 parent 3b04c9c commit b87c8b3
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,26 @@ jobs:
cd ..
cd ..
# - name: test non-bundled build
# shell: bash -l {0}
# run: |
# pip install -vv -e . \
# --global-option="build_ext" \
# --global-option="--use-system-fitsio" \
# --global-option="--system-fitsio-includedir=$HOME/cfitsio-static-install/include" \
# --global-option="--system-fitsio-libdir=$HOME/cfitsio-static-install/lib"
# SKIP_BZIP_TEST=true pytest -vv fitsio
#
# - name: test non-bundled build w/ env vars
# shell: bash -l {0}
# run: |
# rm -rf build*
# find . -name "*.so" -type f -delete
# export FITSIO_USE_SYSTEM_FITSIO=1
# export FITSIO_SYSTEM_FITSIO_INCLUDEDIR=$HOME/cfitsio-static-install/include
# export FITSIO_SYSTEM_FITSIO_LIBDIR=$HOME/cfitsio-static-install/lib
# pip install -vv -e .
# SKIP_BZIP_TEST=true pytest -vv fitsio
- name: test non-bundled build
shell: bash -l {0}
run: |
pip install -vv -e . \
--global-option="build_ext" \
--global-option="--use-system-fitsio" \
--global-option="--system-fitsio-includedir=$HOME/cfitsio-static-install/include" \
--global-option="--system-fitsio-libdir=$HOME/cfitsio-static-install/lib"
SKIP_BZIP_TEST=true pytest -vv fitsio
- name: test non-bundled build w/ env vars
shell: bash -l {0}
run: |
rm -rf build*
find . -name "*.so" -type f -delete
export FITSIO_USE_SYSTEM_FITSIO=1
export FITSIO_SYSTEM_FITSIO_INCLUDEDIR=$HOME/cfitsio-static-install/include
export FITSIO_SYSTEM_FITSIO_LIBDIR=$HOME/cfitsio-static-install/lib
pip install -vv -e .
SKIP_BZIP_TEST=true pytest -vv fitsio
- name: test bundled build
shell: bash -l {0}
Expand Down

0 comments on commit b87c8b3

Please sign in to comment.