using a mainwindow for daq_viewer for proper closing #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Tests' | |
on: [push] | |
jobs: | |
call_workflow: | |
uses: ./.github/workflows/Testbase.yml | |
with: | |
python: '3.10' | |
qt5: 'pyqt5' |