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 8c2cb63 commit 802cd7eCopy full SHA for 802cd7e
.github/workflows/code.yml
@@ -190,7 +190,7 @@ jobs:
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
run: |
193
- pip install git+https://github.com/epics-base/epicscorelibs.git
+ pip install git+https://github.com/mdavidsaver/epicscorelibs.git@bypass-fortify
194
pip install -e .[dev]
195
pip freeze
196
0 commit comments