Skip to content

Commit 53b4db6

Browse files
chore: change DIRAC to fork (temporary)
1 parent cf2d408 commit 53b4db6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Clone DIRAC
3939
run: |
4040
pip install typer pyyaml gitpython packaging
41-
git clone https://github.com/DIRACGrid/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo
41+
git clone https://github.com/AcquaDiGiorgio/DIRAC.git -b "diracx-issue-426-__all__-in-__init__" /tmp/DIRACRepo
4242
echo "Current revision: $(git -C /tmp/DIRACRepo rev-parse HEAD)"
4343
- name: Prepare environment
4444
run: cd /tmp/DIRACRepo && ./integration_tests.py prepare-environment "TEST_DIRACX=Yes" --diracx-src-dir "${GITHUB_WORKSPACE}"

0 commit comments

Comments
 (0)