Skip to content

Commit

Permalink
add pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Jul 13, 2023
1 parent 5eee297 commit 4673ff4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-conda-venv-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
activate-environment: causalml${{ matrix.tf-label }}-py${{ matrix.python-version }}
environment-file: envs/environment${{ matrix.tf-label }}-py${{ matrix.python-version }}.yml

- name: check env
- name: echo env
run: |
conda env export
- name: Build
run: |
python -m pip install .[test]
- name: Test with pytest
run: pytest -vs tests/ --cov causalml/

0 comments on commit 4673ff4

Please sign in to comment.