Work Around pypa/pip#10237
This commit is contained in:
parent
00bdbcf4a3
commit
cc1db3eb70
|
@ -25,4 +25,4 @@ dependencies:
|
||||||
- netlistsvg
|
- netlistsvg
|
||||||
# Packages installed from PyPI
|
# Packages installed from PyPI
|
||||||
- pip:
|
- pip:
|
||||||
- -r file:requirements.txt
|
- -r requirements.txt
|
||||||
|
|
|
@ -22,4 +22,4 @@ dependencies:
|
||||||
- pip
|
- pip
|
||||||
# Packages installed from PyPI
|
# Packages installed from PyPI
|
||||||
- pip:
|
- pip:
|
||||||
- -r file:requirements.txt
|
- -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue