We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2d408 commit 53b4db6Copy full SHA for 53b4db6
1 file changed
.github/workflows/integration.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Clone DIRAC
39
run: |
40
pip install typer pyyaml gitpython packaging
41
- git clone https://github.com/DIRACGrid/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo
+ git clone https://github.com/AcquaDiGiorgio/DIRAC.git -b "diracx-issue-426-__all__-in-__init__" /tmp/DIRACRepo
42
echo "Current revision: $(git -C /tmp/DIRACRepo rev-parse HEAD)"
43
- name: Prepare environment
44
run: cd /tmp/DIRACRepo && ./integration_tests.py prepare-environment "TEST_DIRACX=Yes" --diracx-src-dir "${GITHUB_WORKSPACE}"
0 commit comments