Skip to content

Commit

Permalink
GIT: qt fix for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartzsch committed Jan 18, 2025
1 parent bec3f3e commit add37e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- run: |
sudo apt-get install -y qt5-default libxcb-xinerama0
pip install -e .[test]
pytest -sv
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Motor stage UI
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![Status](https://github.com/SiLab-Bonn/motor_stage_ui/tree/ui_tests/.github/workflows/Tests/badge.svg)](https://github.com/SiLab-Bonn/motor_stage_ui/actions)
[![Tests](https://github.com/SiLab-Bonn/motor_stage_ui/actions/workflows/tests.yml/badge.svg)](https://github.com/SiLab-Bonn/motor_stage_ui/actions/workflows/tests.yml)

Offers both a terminal and graphical user interface for the [C-863 Mercury controller](https://www.le.infn.it/~chiodini/allow_listing/pi/Manuals/C-863_UserManual_MS205E200.pdf) (Check also the [commands](https://twiki.cern.ch/twiki/bin/viewfile/ILCBDSColl/Phase2Preparations?rev=1;filename=MercuryNativeCommands_MS176E101.pdf)).
Motor stages can be arranged in daisy chains.
Expand Down

0 comments on commit add37e5

Please sign in to comment.