From 772d07a6a968c1d4306a9d337aae307a660e34f8 Mon Sep 17 00:00:00 2001 From: Aditya Agarwal <50960175+adi611@users.noreply.github.com> Date: Sat, 21 Oct 2023 14:06:41 +0530 Subject: [PATCH] use exaworks psij-python repo for pip install --- .github/workflows/testpsijflux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testpsijflux.yml b/.github/workflows/testpsijflux.yml index fb02b12c0..8eadb3fd3 100644 --- a/.github/workflows/testpsijflux.yml +++ b/.github/workflows/testpsijflux.yml @@ -30,7 +30,7 @@ jobs: export PATH=$PWD/bin:$PATH ln -s /usr/bin/python3 /usr/bin/python python -m pip install --upgrade pip && pip install -e ".[test]" && python -c 'import pydra; print(pydra.__version__)' - pip install -e "git+https://github.com/adi611/psij-python.git@adi611-patch-2#egg=psij-python" + pip install -e "git+https://github.com/ExaWorks/psij-python.git@main#egg=psij-python" - name: Run pytest run: | export PATH=$PWD/bin:$PATH