Skip to content

Commit

Permalink
Fix CI/CD config
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Nov 13, 2020
1 parent 2e6de6c commit 0beab6d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
matrix:
- job_group: tests
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
PYTHON: "C:\\Python38-x64"
PYTHON: "C:\\Python39-x64"

- job_group: tests
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
Expand Down Expand Up @@ -47,7 +47,7 @@ for:
install:
# MS Windows config.
- cmd: 'SET PATH=%PYTHON%;%PATH%'
- cmd: 'SET PATH=C:\\Python38-x64\\Scripts;%PATH%'
- cmd: 'SET PATH=%PYTHON%\\Scripts;%PATH%'
- cmd: 'echo %PATH%'
# Shared config for all platforms.
- python --version
Expand Down Expand Up @@ -76,6 +76,9 @@ for:
branches:
only:
- master
install:
- git submodule update --init --recursive
- pip install -r requirements.txt
deploy_script:
- sh: echo "https://${GIT_TOKEN}:[email protected]" > ~/.git-credentials
- sh: git config --global credential.helper store
Expand Down

0 comments on commit 0beab6d

Please sign in to comment.