Skip to content

Commit

Permalink
CI #479 install tests data catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Mar 22, 2021
1 parent a840b80 commit 5cb42b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
PY_VER: ${{ matrix.python-version }}
ENV_NAME: anaconda-test-env-py-${{ matrix.python-version }}

- name: install test data catalogs
shell: bash -l {0}
run: |
./tests/unpack.sh
- name: Run tests with pytest
run: |
source $CONDA/bin/activate $ENV_NAME
Expand Down

0 comments on commit 5cb42b0

Please sign in to comment.