Skip to content

Commit

Permalink
Merge branch 'main' into install-with-ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Sep 29, 2023
2 parents bbb806f + 1fc5a09 commit c7d6f9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install-pip-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ switch_requirements_to_ssh() {
done < "$input_file" > "$output_file"
}



switch_requirements_to_ssh $requirements_file ssh_requirements.txt
export MPI4PY_BUILD_CONFIGURE=1
# Install the packages from the new requirements file
pip install --src . -r ssh_requirements.txt

0 comments on commit c7d6f9c

Please sign in to comment.