We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f159d commit e2318e0Copy full SHA for e2318e0
1 file changed
.github/workflows/basic.yml
@@ -139,6 +139,7 @@ jobs:
139
# Add annotations to github actions
140
pixi add --pypi --feature diracx-core pytest-github-actions-annotate-failures
141
# Add the current DIRAC clone to the pixi.toml
142
+ pixi add --pypi --feature diracx-core 'DIRACCommon @ file://'$PWD'/../DIRAC/dirac-common'
143
pixi add --pypi --feature diracx-core 'DIRAC @ file://'$PWD'/../DIRAC'
144
# Show any changes
145
git diff
0 commit comments