Delete apt update from travis config.

This is currently failing due to missing GPG pubkeys, and we don't think it's actually necessary.

PiperOrigin-RevId: 368673061
This commit is contained in:
Diego de Las Casas
2021-04-15 20:45:36 +01:00
parent e3de1fd90f
commit eb6b2fccc8
-1
View File
@@ -28,7 +28,6 @@ env:
# - PROJECT="unrestricted_advx" # TODO(b/184862249): Fix and enable
- PROJECT="unsupervised_adversarial_training"
before_script:
- sudo apt-get update -qq
- pip install --upgrade pip
- pip install --upgrade virtualenv
- pip install --upgrade wheel