Skip to content

Commit

Permalink
Update conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrosantanabonilla authored Dec 18, 2024
1 parent e4a716b commit 397af22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,9 @@ jobs:
run: |
python -m pip install pytest pytest-cov --user
python -m pytest --junitxml=pytest.xml --cov-report=term-missing:skip-covered --cov=pysoftk | tee pytest-coverage_1.txt
- name: Run PySoftK-pysoftk test
working-directory: ./test/test_pysoftk
run: |
python -m pip install pytest pytest-cov --user
python -m pytest --junitxml=pytest2.xml --cov-report=term-missing:skip-covered --cov=pysoftk | tee pytest-coverage_2.txt

0 comments on commit 397af22

Please sign in to comment.