Skip to content

Commit

Permalink
Ensure cbor2 is installed from a wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
bennuttall committed Jul 28, 2021
1 parent e1a7ce9 commit ec0420b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_slave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pip3 install $PIP --upgrade
hash -r

pip3 install pypandoc versioneer kervi scikit-build cython numpy scipy \
setuptools_rust conan \
setuptools_rust conan cbor2 \
--upgrade --extra-index-url https://www.piwheels.org/simple --prefer-binary

getent passwd piwheels && userdel -fr piwheels
Expand Down

0 comments on commit ec0420b

Please sign in to comment.