Skip to content
Snippets Groups Projects
Commit 9879f8e3 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

trying a pex build tweak

parent 2f1cb153
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1406Fixing pex installation.
Pipeline #10418 canceled
......@@ -11,7 +11,7 @@
# Make symbolic link of python3 install to where it's installed on dev
- mkdir -p /home/ssa/bin
- ln -s "$(which python3.10)" /home/ssa/bin/python3.10
- ln -s "$(which python3)" /home/ssa/bin/python3.10
- export PATH=$PATH:/home/ssa/bin
# Install build, poetry and pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment