We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58644d commit 772d07aCopy full SHA for 772d07a
.github/workflows/testpsijflux.yml
@@ -30,7 +30,7 @@ jobs:
30
export PATH=$PWD/bin:$PATH
31
ln -s /usr/bin/python3 /usr/bin/python
32
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"
+ pip install -e "git+https://github.com/ExaWorks/psij-python.git@main#egg=psij-python"
34
- name: Run pytest
35
run: |
36
0 commit comments