Revert "ci: Use python3.6 when installing dependencies"

This reverts commit 8dc4d793df72ba6a2ad055d22b8fcf69eb5b3859.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
James Valleroy 2018-11-22 08:09:58 -05:00 committed by Joseph Nuthalapati
parent 13646d58d5
commit 2cd77f8aa8
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -7,7 +7,6 @@ before_script:
- apt-get install -y build-essential # Build dependencies
- apt-get install -y sshpass parted # Test dependencies
- apt-get install -y sudo
- apt-get remove -y python3.7* libpython3.7* # Use python3.6 when installing dependencies
- apt-mark hold fuse # not installable in CI environment
- apt-get install -y $(./run --list-dependencies) # Module dependencies
@ -33,7 +32,6 @@ run-unit-tests:
build-debian-package:
stage: package
script:
- apt-get build-dep -y . # Re-install python3.7 again
- DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc -b
- mkdir debian-package
- mv ../plinth*.deb debian-package