From 7e5d16cfbc838973b0c0aaff734afee97272b0ac Mon Sep 17 00:00:00 2001 From: Mehdi Seifi Date: Fri, 8 Nov 2024 20:18:13 +0100 Subject: [PATCH] fixed steps in workflow --- .github/workflows/test_deploy_conda.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_deploy_conda.yml b/.github/workflows/test_deploy_conda.yml index 5d09891..9cdfe34 100644 --- a/.github/workflows/test_deploy_conda.yml +++ b/.github/workflows/test_deploy_conda.yml @@ -56,10 +56,11 @@ jobs: - name: Run Tests uses: aganders3/headless-gui@v1 - run: | - conda activate ff - python -m pip install .[dev] - pytest -v --color=yes --cov=featureforest --cov-report=xml -m "not slow" + with: + run: | + conda activate ff + python -m pip install .[dev] + pytest -v --color=yes --cov=featureforest --cov-report=xml -m "not slow" - name: Coverage uses: codecov/codecov-action@v4