Skip to content

Commit

Permalink
Merge b5d77eb into 899c345
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Oct 8, 2022
2 parents 899c345 + b5d77eb commit 92d29fd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .appveyor.yml
Expand Up @@ -15,11 +15,16 @@ install:
- findstr /V tput pytest.ini > pytest.ini.tmp
- del pytest.ini
- ren pytest.ini.tmp pytest.ini
# Add Make and Python to the PATH
# Add Make to the PATH
- copy C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe
- set PATH=%PATH%;C:\MinGW\bin
# Add Python to the PATH
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%;%PATH%
- set PATH=C:\Python%PYTHON_MAJOR%%PYTHON_MINOR%\Scripts;%PATH%
# Add Rust to the PATH
- appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init -yv
- set PATH=%PATH%;%USERPROFILE%\.cargo\bin
# Install system dependencies
- curl -sSL https://install.python-poetry.org | python -
- set PATH=%USERPROFILE%\AppData\Roaming\Python\Scripts;%PATH%
Expand Down

0 comments on commit 92d29fd

Please sign in to comment.