From fd2cce5fd2761aa24b6dc698d0550d650191214e Mon Sep 17 00:00:00 2001 From: tchaton Date: Mon, 20 Sep 2021 13:20:32 +0100 Subject: [PATCH] update --- .azure-pipelines/gpu-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure-pipelines/gpu-tests.yml b/.azure-pipelines/gpu-tests.yml index 74fc799ddc..5c45d392e1 100644 --- a/.azure-pipelines/gpu-tests.yml +++ b/.azure-pipelines/gpu-tests.yml @@ -51,7 +51,6 @@ jobs: - bash: | # python -m pip install "pip==20.1" pip install '.[all]' - pip install learn2learn pip install '.[test]' --upgrade-strategy only-if-needed pip list displayName: 'Install dependencies'