Skip to content

Commit

Permalink
jhgfds
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswhitfield committed Feb 2, 2024
1 parent d3ee553 commit 11a05f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Run PyRS tests
run: |
conda activate PyRS
xvfb-run --server-args="-screen 0 640x480x24" -a pytest --cov=pyrs --cov-report=xml --cov-report=term tests
xvfb-run --server-args="-screen 0 640x480x24" -a python -m pytest --cov=pyrs --cov-report=xml --cov-report=term tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down
8 changes: 5 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ dependencies:
- anaconda-client
- boa
- mantidworkbench>=6.8.20231213
- qtpy
- pip
- pytest=7.2.1
- pytest-qt=4.2.0
- pytest-cov=4.0.0
- pyqt=5.15,<6
- pytest
- pytest-cov
- pytest-qt
- uncertainties
- vtk
- flake8
Expand Down

0 comments on commit 11a05f4

Please sign in to comment.