Skip to content

Commit 1b7a847

Browse files
chrisburrchaen
andauthored
Update .github/workflows/basic.yml
Co-authored-by: chaen <christophe.haen@cern.ch>
1 parent 25243e8 commit 1b7a847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
# FIXME: The unit tests currently only work with editable installs
8787
# Install DIRACCommon first to ensure dependencies are resolved correctly
88-
pip install -e ./dirac-common
88+
pip install -e ./dirac-common[testing]
8989
pip install -e .[server,testing]
9090
${{ matrix.command }}
9191
env:

0 commit comments

Comments
 (0)