Skip to content

Commit 56688a6

Browse files
author
Hugo Osvaldo Barrera
committed
Avoid installing any dependencies from PyPI
This is to fully ensure that we're using just distribution packages and not actually fetching newer stuff from PyPI.
1 parent bc002a7 commit 56688a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.builds/archlinux.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ environment:
2727
tasks:
2828
- setup: |
2929
cd vdirsyncer
30+
python setup.py build
31+
sudo pip install --no-index .
3032
sudo systemctl start docker
31-
sudo python setup.py install
3233
DAV_SERVER="radicale xandikos" make -e install-servers
3334
- test: |
3435
cd vdirsyncer

0 commit comments

Comments
 (0)