Skip to content

Commit

Permalink
fix .env creation, and temporarily disable complete test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Jan 30, 2024
1 parent 12ab506 commit dc3ef7e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fetch-depth: 1

- name: Create a .env file
run: >
run: |
touch .env
echo NUMBA_NRT_STATS=1 >> .env
echo NUMBA_CAPTURED_ERRORS='new_style' >> .env
Expand Down Expand Up @@ -72,20 +72,20 @@ jobs:
curl ftp://ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar | tar xvzf - -C ~/measures
echo "measures.directory: ~/measures" > ~/.casarc
- name: Install complete codex-africanus
# Need pyyaml for dask 2.17.0
# See https://github.com/dask/dask/issues/6221
run: >
pipenv install
.[complete]
pyyaml
git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.git#egg=nifty-gridder
# - name: Install complete codex-africanus
# # Need pyyaml for dask 2.17.0
# # See https://github.com/dask/dask/issues/6221
# run: >
# pipenv install
# .[complete]
# pyyaml
# git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.git#egg=nifty-gridder

- name: Log installed package versions
run: pipenv graph
# - name: Log installed package versions
# run: pipenv graph

- name: Run complete test suite
run: pipenv run py.test -s -vvv africanus/
# - name: Run complete test suite
# run: pipenv run py.test -s -vvv africanus/

deploy:
needs: [test]
Expand Down

0 comments on commit dc3ef7e

Please sign in to comment.