Skip to content

Commit 772d07a

Browse files
authored
use exaworks psij-python repo for pip install
1 parent b58644d commit 772d07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testpsijflux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
export PATH=$PWD/bin:$PATH
3131
ln -s /usr/bin/python3 /usr/bin/python
3232
python -m pip install --upgrade pip && pip install -e ".[test]" && python -c 'import pydra; print(pydra.__version__)'
33-
pip install -e "git+https://github.com/adi611/psij-python.git@adi611-patch-2#egg=psij-python"
33+
pip install -e "git+https://github.com/ExaWorks/psij-python.git@main#egg=psij-python"
3434
- name: Run pytest
3535
run: |
3636
export PATH=$PWD/bin:$PATH

0 commit comments

Comments
 (0)