From 13a59ee96dbc34a8854ccd7cf65ccc5e0903ce0a Mon Sep 17 00:00:00 2001 From: GuiMacielPereira Date: Wed, 24 Jul 2024 14:53:03 +0100 Subject: [PATCH] pip install with toml support --- .github/workflows/ci_tests_nightly.yml | 3 +++ environment.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests_nightly.yml b/.github/workflows/ci_tests_nightly.yml index 7d216ba0..6243e31e 100644 --- a/.github/workflows/ci_tests_nightly.yml +++ b/.github/workflows/ci_tests_nightly.yml @@ -28,6 +28,9 @@ jobs: - name: Install mvesuvio package run: pip install . + - name: Install coverage + run: pip install coverage[toml] + # Runs Unit tests - name: Run mvesuvio analysis unit tests run: | diff --git a/environment.yml b/environment.yml index 288f60f7..017a95db 100644 --- a/environment.yml +++ b/environment.yml @@ -9,7 +9,7 @@ dependencies: - flake8 - conda-wrappers - pre-commit==2.15 #review this - - coverage + # - coverage - coveralls - mantid - matplotlib