From feaa52c36beeda21ab380fc74d8f871b81d49729 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Sat, 11 Dec 2021 04:03:35 +0300 Subject: [PATCH] Find out which venv versions are out there --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index da19c6ce5..0e6a72ac9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -99,6 +99,7 @@ for: # Should be enabled only for build process debugging init: # - sh: curl -sflL 'https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-ssh.sh' | bash -e - + - sh: ls ~ - sh: source ~/venv3.7/bin/activate install: - sh: bash scripts/osx-setup.sh