diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 687e3f8..ecd02c6 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -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: |