We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4b8e1 commit ba6adf3Copy full SHA for ba6adf3
.github/workflows/documentation.yml
@@ -47,6 +47,9 @@ jobs:
47
- name: Install package
48
run: |
49
python -m pip install '.[doc]'
50
+ pip install accelerator-middle-layer[cs-oa-epics]
51
+ pip install accelerator-middle-layer[cs-oa-tango]
52
+ pip install accelerator-middle-layer[tango-pyaml]
53
54
- name: Build documentation
55
run: make html
0 commit comments