File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
55
55
# poetry requires cryptography, but the latest version wants to be compiled by Rust, and this environment doesn't like Rust.
56
56
# the same logic applies to the cryptography installation in the run section.
57
- env CRYPTOGRAPHY_DONT_BUILD_RUST=1
57
+ export CRYPTOGRAPHY_DONT_BUILD_RUST=1
58
58
pip install cryptography
59
59
# using pip to install poetry, instead of shell script in Adam's work
60
60
pip install poetry==1.5.1
74
74
. /opt/hackman/bin/activate
75
75
76
76
# Poetry depends on Rust but our environment is hostile to Rust.
77
- env CRYPTOGRAPHY_DONT_BUILD_RUST=1
77
+ export CRYPTOGRAPHY_DONT_BUILD_RUST=1
78
78
79
79
# workaround for poetry installation stalling. what's happening here: use pip to install the packages specified in poetry.
80
80
# source: https://github.com/python-poetry/poetry/issues/7148#issuecomment-1398322105
You can’t perform that action at this time.
0 commit comments