Skip to content

Commit

Permalink
Install Make on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed May 19, 2024
1 parent 678b5c0 commit e2c4e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
image: Visual Studio 2019
image: Visual Studio 2022

environment:
global:
RANDOM_SEED: 0
matrix:
- PYTHON_MAJOR: 3
PYTHON_MINOR: 9
Expand All @@ -11,12 +9,11 @@ cache:
- .venv -> poetry.lock

install:
# Add Make and Python 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%
# Install system dependencies
- choco install make
- curl -sSL https://install.python-poetry.org | python -
- set PATH=%USERPROFILE%\AppData\Roaming\Python\Scripts;%PATH%
- make doctor
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"pylint.args": ["--rcfile=.pylint.ini"],
"cSpell.words": [
"autopage",
"choco",
"chromedriver",
"connectionpool",
"cookiecutter",
Expand Down

0 comments on commit e2c4e20

Please sign in to comment.