either use relative move if available otherwise call move_abs with ta… #36
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' |