From 352ffff90641610fbb98e359d1ecec7b1b7bae7a Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Fri, 13 Sep 2019 16:06:15 +0200 Subject: [PATCH] Revert "travis: try to install cuda on windows" This reverts commit b8297b62da7f03f48e99770991fb5150981854b3. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb55e1c..298d368 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,6 @@ matrix: language: shell # 'language: python' is an error on Travis CI Windows before_install: - choco install python - - choco install cuda - python -m pip install --upgrade pip env: PATH=/c/Python37:/c/Python37/Scripts:$PATH install: -- GitLab