We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76a9e3 commit 2d412e4Copy full SHA for 2d412e4
.github/workflows/code.yml
@@ -189,6 +189,7 @@ jobs:
189
run: |
190
pip install git+https://github.com/epics-base/p4p.git git+https://github.com/epics-base/pvxs.git git+https://github.com/epics-base/epicscorelibs.git
191
pip install git+https://github.com/DiamondLightSource/aioca git+https://github.com/DiamondLightSource/cothread
192
+ pip install Pygments==2.18.0 pytest-asyncio==0.25.0 setuptools==75.6.0
193
pip install -e .[dev]
194
pip freeze
195
.github/workflows/docs.yml
0 commit comments