Skip to content

Commit

Permalink
Merge pull request #57 from merative/dla-gh-actions
Browse files Browse the repository at this point in the history
Dla gh actions
  • Loading branch information
dlangst authored Feb 9, 2023
2 parents 9974f49 + 5273565 commit 51e6f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:

- name: Install dependencies
run: |
pip install -U pip
python -m pip install --upgrade pip
pip install tox
- name: Test with tox
run: tox -v -e py
run: tox -e py

check_git:
name: Echo github vars
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commands =
pylint --rcfile=.pylintrc ibm_whcs_sdk/annotator_for_clinical_data ibm_whcs_sdk/annotator_for_clinical_data/tests/unit ibm_whcs_sdk/annotator_for_clinical_data/tests/integration

[testenv]
passenv = TOXENV CI
passenv = TOXENV, CI
commands =
py.test -v --cov=ibm_whcs_sdk {toxinidir}/ibm_whcs_sdk/annotator_for_clinical_data/tests/unit

Expand Down

0 comments on commit 51e6f7c

Please sign in to comment.