Skip to content

Commit 91d29b6

Browse files
committed
Add pip installation and update dependencies
1 parent 54d109a commit 91d29b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test-in-docker.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ cd ..
3434
python3 -m pytest
3535
exit_on_error
3636

37+
# install pip
38+
pip install --upgrade pip
3739
# install main package
3840
pip install git+https://github.com/grongierisc/interoperability-embedded-python
3941
# install dependencies
40-
pip install dataclasses_json requests
42+
c dataclasses_json requests
43+
# install test dependencies
44+
pip install -r https://raw.githubusercontent.com/grongierisc/interoperability-embedded-python/master/requirements-dev.txt
4145

4246
# Integration tests
4347
iop --migrate demo/python/reddit/settings.py

0 commit comments

Comments
 (0)