Skip to content

Commit 9b8f0a6

Browse files
committed
1 parent 3ad7120 commit 9b8f0a6

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Clone DIRAC
3333
run: |
3434
pip install typer pyyaml gitpython packaging
35-
git clone https://github.com/DIRACGrid/DIRAC.git -b "${{ matrix.dirac-branch }}" /tmp/DIRACRepo
35+
git clone https://github.com/chrisburr/DIRAC.git -b ci/pixi-int-tests /tmp/DIRACRepo
3636
echo "Current revision: $(git -C /tmp/DIRACRepo rev-parse HEAD)"
3737
- name: Prepare environment
3838
run: cd /tmp/DIRACRepo && ./integration_tests.py prepare-environment "TEST_DIRACX=Yes" --diracx-src-dir "${GITHUB_WORKSPACE}"

0 commit comments

Comments
 (0)