Skip to content

Commit

Permalink
Disabling integration tests on Windows, hanging...[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouget committed Oct 4, 2024
1 parent 4a127b1 commit 275bb41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
pip install matplotlib==3.3.4
pip install --force-reinstall --no-cache-dir pyside6
- name: Integration tests
env:
DISPLAY: ':99.0'
run: |
pip install pytest-qt pytest-cov
pytest --cov=gui --cov=utils ${{github.workspace}}/integration_tests
# - name: Integration tests
# env:
# DISPLAY: ':99.0'
# run: |
# pip install pytest-qt pytest-cov
# pytest --cov=gui --cov=utils ${{github.workspace}}/integration_tests

- name: Build software
run: |
Expand Down

0 comments on commit 275bb41

Please sign in to comment.