Skip to content

Commit

Permalink
pip -U pip, setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Jul 13, 2023
1 parent 4673ff4 commit b7fa9bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-conda-venv-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
conda env export
- name: Build
run: |
pip install -U pip
pip install -U setuptools
python -m pip install .[test]
- name: Test with pytest
run: pytest -vs tests/ --cov causalml/

0 comments on commit b7fa9bf

Please sign in to comment.