From 3c02c32fdd0b9c8bed8b2ccda34f1e1aeefedf49 Mon Sep 17 00:00:00 2001 From: Paola Petrelli Date: Thu, 11 Jul 2024 09:46:23 +1000 Subject: [PATCH] fixing conda package install in actions 5 --- .github/workflows/mopper-conda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mopper-conda.yaml b/.github/workflows/mopper-conda.yaml index f32f3a4..5ff395e 100644 --- a/.github/workflows/mopper-conda.yaml +++ b/.github/workflows/mopper-conda.yaml @@ -40,7 +40,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - conda install pytest coverage codecov + conda install pytest coverage codecov --solver classic conda run python -m pytest conda run coverage run --source src -m py.test - name: Upload to codecov