Skip to content

Commit fcde689

Browse files
author
Juan-Carlos Foust
committed
fix: install requirements for CI
1 parent 1e072d9 commit fcde689

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ install:
99
# Install python packages
1010
- python -m pip install --upgrade pip
1111
- cd py
12+
- python -m pip install -r requirements.txt
1213
- python -m pip install -e .
1314
- cd ..
1415

0 commit comments

Comments
 (0)