Skip to content

Commit

Permalink
Move coverage relate package from workflow to env definition
Browse files Browse the repository at this point in the history
It was pretty slow to solve the environment to add them later.

ASIM-5273
  • Loading branch information
prusse-martin committed Oct 31, 2023
1 parent f7900e5 commit 1d8cbbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
conda info -a
export TEST_QMXGRAPH=1
conda devenv -n qmxgraph
conda install -n qmxgraph coveralls pytest-cov
conda init bash
- name: Tests
shell: bash -l {0}
Expand Down
3 changes: 3 additions & 0 deletions environment.devenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ dependencies:
- pytest-xvfb
{% endif %}

# Not really required to run the tests but are closely related.
- coveralls
- pytest-cov
{% endif %}

0 comments on commit 1d8cbbf

Please sign in to comment.