We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25243e8 commit 1b7a847Copy full SHA for 1b7a847
.github/workflows/basic.yml
@@ -85,7 +85,7 @@ jobs:
85
run: |
86
# FIXME: The unit tests currently only work with editable installs
87
# Install DIRACCommon first to ensure dependencies are resolved correctly
88
- pip install -e ./dirac-common
+ pip install -e ./dirac-common[testing]
89
pip install -e .[server,testing]
90
${{ matrix.command }}
91
env:
0 commit comments