From 397af22b8336f563cba80d6621686163161664e0 Mon Sep 17 00:00:00 2001 From: Alejandro Santana-Bonilla <62341142+alejandrosantanabonilla@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:46:54 +0000 Subject: [PATCH] Update conda.yml --- .github/workflows/conda.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 9bda0e9..5839639 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -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