Skip to content

Commit 50c12b2

Browse files
committed
fix: psij slurm workflow invalid requirement
1 parent ecd5a93 commit 50c12b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testpsijslurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
docker exec slurm bash -c "CONFIGURE_OPTS=\"-with-openssl=/opt/openssl\" pyenv install -v 3.11.5"
4444
fi
4545
docker exec slurm bash -c "pyenv global ${{ matrix.python-version }}"
46-
docker exec slurm bash -c "pip install --upgrade pip && pip install -e /pydra[test, psij] && python -c 'import pydra; print(pydra.__version__)'"
46+
docker exec slurm bash -c "pip install --upgrade pip && pip install -e /pydra[test,psij] && python -c 'import pydra; print(pydra.__version__)'"
4747
- name: Run pytest
4848
run: |
4949
docker exec slurm bash -c "pytest --color=yes -vs --psij=slurm --cov pydra --cov-config /pydra/.coveragerc --cov-report xml:/pydra/cov.xml --doctest-modules /pydra/pydra/ -k 'not test_audit_prov and not test_audit_prov_messdir_1 and not test_audit_prov_messdir_2 and not test_audit_prov_wf and not test_audit_all'"

0 commit comments

Comments
 (0)