Skip to content

Commit a18a70f

Browse files
committed
test(appveyor): Add editable to the current directory
1 parent 22e7280 commit a18a70f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ install:
1919

2020
- "python -m pip install --upgrade pip"
2121

22-
# Install the build dependencies of the project.
22+
- "pip install --editable ."
23+
2324
- "pip install -r requirements-dev.txt"
2425

2526
build: off

0 commit comments

Comments
 (0)