Skip to content

Commit

Permalink
ci: fix appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Nov 16, 2020
1 parent 4b8ee7f commit 9695180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export PYTHONPATH
lib/site-packages: export PIP_NO_BUILD_ISOLATION=false
lib/site-packages: requirements.txt
rm -rf lib/site-packages
. ./scripts/activate-venv.sh &&\
pip install -r requirements.txt --target lib/site-packages
"$(PYTHON27)" -m pip install -r requirements.txt --target lib/site-packages

docs/.git:
git fetch -fn origin docs:docs
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install:
- set "PATH=%PATH%;C:\\msys64\\usr\\bin"
- set "PYTHON27=C:\\Python27\\python.exe"
- "%PYTHON27% -m pip install -U pip poetry"
- "%PYTHON27% -m pip install -U pip"
build_script:
- C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin\mingw32-make.exe build
after_build:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
./vendor/wlf-0.6.0-py2.py3-none-any.whl
futures==3.3.0
jinja2==2.11.2
pendulum==1.5.1
# https://github.com/sdispater/pendulum/issues/338
pendulum==1.4.2
pluggy==0.12.0
psutil==5.4.8
pyblish-lite==0.8.7
Expand Down

0 comments on commit 9695180

Please sign in to comment.