Skip to content

Commit

Permalink
try to fix docker build failing on pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
indy-independence committed Jan 26, 2024
1 parent 2c1a1bc commit 0d3b8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/api/cnaas-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ git checkout $2
python3 -m pip install --no-cache-dir uwsgi
python3 -m pip install --no-cache-dir uwsgi gevent
# https://github.com/yaml/pyyaml/issues/724#issuecomment-1638636728
python3 -m pip install "cython<3.0.0" && python3 -m pip install --no-build-isolation pyyaml==5.4.1
python3 -m pip install "cython<3.0.0" wheel && python3 -m pip install --no-build-isolation pyyaml==5.4.1
python3 -m pip install --no-cache-dir -r requirements.txt

0 comments on commit 0d3b8fa

Please sign in to comment.