Skip to content

Commit

Permalink
adds tests extras
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored and philippjfr committed Feb 17, 2022
1 parent 90240eb commit ac37ab0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
shell: bash -l {0}
env:
DESC: "Python ${{ matrix.python-version }} tests"
HV_REQUIREMENTS: "unit_tests"
PYTHON_VERSION: ${{ matrix.python-version }}
CHANS_DEV: "-c pyviz/label/dev -c conda-forge -c nodefaults"
CHANS: "-c pyviz -c conda-forge -c nodefaults"
Expand Down Expand Up @@ -61,7 +60,7 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate test-environment
conda list
doit develop_install ${{ env.CHANS_DEV}} -o examples -o recommended
doit develop_install ${{ env.CHANS_DEV}} -o tests -o examples -o recommended
# Temporary step for Mac only due to develop_install failing (reason not yet found)
- name: doit develop_install
Expand All @@ -70,7 +69,7 @@ jobs:
eval "$(conda shell.bash hook)"
conda activate test-environment
conda list
doit develop_install ${{ env.CHANS_DEV}} -o examples -o recommended || echo "Keep going"
doit develop_install ${{ env.CHANS_DEV}} -o tests -o examples -o recommended || echo "Keep going"
pip install --no-deps --no-build-isolation -e .
- name: download test data
Expand Down

0 comments on commit ac37ab0

Please sign in to comment.