Skip to content

Commit

Permalink
pip install with toml support
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Jul 24, 2024
1 parent e25241b commit 13a59ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci_tests_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- flake8
- conda-wrappers
- pre-commit==2.15 #review this
- coverage
# - coverage
- coveralls
- mantid
- matplotlib
Expand Down

0 comments on commit 13a59ee

Please sign in to comment.