Skip to content

Commit a5c6f24

Browse files
author
MichaelSolotky
committed
rollback to python 3.6
1 parent 40c1bd1 commit a5c6f24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ version: "{build}"
33

44
# specify custom environment variables
55
environment:
6-
PYTHON_VERSION: 3.7
7-
MINICONDA: C:\Miniconda37-x64
6+
PYTHON_VERSION: 3.6
7+
MINICONDA: C:\Miniconda36-x64
88

99
# clone directory
1010
clone_folder: C:\projects\bigartm-install

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mkdir C:\BigARTM
22
cd C:\BigARTM
3-
wget "https://ci.appveyor.com/api/projects/bigartm/bigartm/artifacts/BigARTM.7z?branch=stable&job=Environment%3A%20PYTHON_VERSION%3D3.6%2C%20MINICONDA%3DC%3A%5CMiniconda37-x64" -OutFile "$pwd\BigARTM.7z"
3+
wget "https://ci.appveyor.com/api/projects/bigartm/bigartm/artifacts/BigARTM.7z?branch=stable&job=Environment%3A%20PYTHON_VERSION%3D3.6%2C%20MINICONDA%3DC%3A%5CMiniconda36-x64" -OutFile "$pwd\BigARTM.7z"
44
7z.exe x .\BigARTM.7z
55

66
cd protobuf\python

0 commit comments

Comments
 (0)