Skip to content

Commit

Permalink
use exaworks psij-python repo for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
adi611 authored Oct 21, 2023
1 parent b58644d commit 772d07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpsijflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 772d07a

Please sign in to comment.