Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
call_workflow:
uses: ./.github/workflows/Testbase.yml
with:
python: '3.10'
qt5: 'pyqt5'
python: '3.12'
qt5: 'pyqt6'
15 changes: 9 additions & 6 deletions .github/workflows/Testbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,21 @@ jobs:
DISPLAY: ':99.0'
QT_DEBUG_PLUGINS: 1
steps:
- name: Set up Python ${{ inputs.python }}
uses: actions/checkout@v3
- name: Install dependencies
uses: actions/setup-python@v4
- name: Check out repo
uses: actions/checkout@v5.0.0
with:
fetch-depth: 0

- name: Install python
uses: actions/setup-python@v6.0.0
with:
python-version: ${{ inputs.python }}
- name: Install package
run: |
sudo apt install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils
sudo apt install -y yaru-theme-icon libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-cursor0 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 x11-utils libgl1 libegl1
python -m pip install --upgrade pip
export QT_DEBUG_PLUGINS=1
pip install flake8 pytest pytest-cov pytest-qt pytest-xdist pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }} toml
pip install flake8 pytest pytest-cov pytest-qt pytest-xdist pytest-xvfb setuptools wheel numpy h5py ${{ inputs.qt5 }} toml hatch
pip install -e .
pip install pymodaq
- name: create local pymodaq folder and setting permissions
Expand Down
10 changes: 0 additions & 10 deletions src/pymodaq_plugins_mock/daq_move_plugins/daq_move_TCPServer.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.