Skip to content

Commit

Permalink
install taurus pyqtgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotan committed Apr 19, 2024
1 parent b6817bb commit 2fe11fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ if [ "$2" = "2" ]; then
docker exec --user root ndts /bin/sh -c 'cd sardana-src; git checkout tags/2.8.4 -b b2.8.4; python setup.py install'
fi
else
if [ "$1" = "ubuntu24.04" ]; then
docker exec --user root ndts /bin/sh -c 'export DEBIAN_FRONTEND=noninteractive; apt-get -qq update; apt-get -qq install -y python3-taurus-pyqtgraph'
fi
echo "install sardana, taurus and nexdatas"
if [ "$1" = "debian10" ] ; then
docker exec --user root ndts /bin/sh -c 'export DEBIAN_FRONTEND=noninteractive; apt-get -qq update; apt-get -qq install -y python3-nxsconfigserver python3-nxswriter python3-nxstools python3-nxsrecselector python3-setuptools nxsrecselector3 nxswriter3 nxsconfigserver3 nxstools3 python3-packaging'
Expand Down

0 comments on commit 2fe11fa

Please sign in to comment.