Skip to content

Commit

Permalink
Fix workload CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lnaden committed Feb 14, 2020
1 parent ad7d5c1 commit b9afae4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
conda list --show-channel-urls
- name: Run tests (pytest)
shell: bash
run: |
. devtools/github-actions/initialize_conda.sh
conda activate test
pytest -v --cov=$PACKAGE --cov-report=xml --color=yes $PACKAGE/tests/
shell: bash
run: |
. devtools/github-actions/initialize_conda.sh
conda activate test
pytest -v --cov=$PACKAGE --cov-report=xml --color=yes $PACKAGE/tests/

0 comments on commit b9afae4

Please sign in to comment.