Skip to content

Commit

Permalink
Update testslurm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adi611 authored Sep 14, 2023
1 parent 84f0fdb commit bbc8d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testslurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
docker exec slurm bash -c "ls -la && echo list top level dir"
docker exec slurm bash -c "ls -la /pydra && echo list pydra dir"
if [[ "${{ matrix.python-version }}" == "3.11.5" ]]; then
docker exec slurm bash -c "CONFIGURE_OPTS="-with-openssl=/opt/openssl" \
docker exec slurm bash -c "CONFIGURE_OPTS='-with-openssl=/opt/openssl' \
&& pyenv install -v 3.11.5"
fi
docker exec slurm bash -c "pyenv global ${{ matrix.python-version }}"
Expand Down

0 comments on commit bbc8d20

Please sign in to comment.