Skip to content

Commit

Permalink
[ci] remove duplicate MinGW (fixes microsoft#3060)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 9, 2020
1 parent e50a915 commit 5d1e4a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ clone_depth: 5
install:
- git submodule update --init --recursive # get `compute` folder
- set PATH=%PATH:C:\Program Files\Git\usr\bin;=% # delete sh.exe from PATH (mingw32-make fix)
- set PATH=C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;%PATH%
- set PYTHON_VERSION=%CONFIGURATION%
- set CONDA_ENV="test-env"
- ps: >-
Expand Down
3 changes: 3 additions & 0 deletions .ci/test_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ if ($env:TASK -eq "r-package") {
Exit 0
}

# This PATH update is specific to Python jobs
$env:PATH="C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;" + $env:PATH

# setup for Python
conda init powershell
conda activate
Expand Down

0 comments on commit 5d1e4a3

Please sign in to comment.