Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaplaza authored Nov 27, 2023
1 parent 98eb053 commit 55649ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Install cell2mol
run: |
source activate cell2mol
python setup.py install
- name: Test with pytest
run: |
source activate cell2mol
conda install pytest
pytest --verbose

0 comments on commit 55649ba

Please sign in to comment.