We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d109a commit 91d29b6Copy full SHA for 91d29b6
test-in-docker.sh
@@ -34,10 +34,14 @@ cd ..
34
python3 -m pytest
35
exit_on_error
36
37
+# install pip
38
+pip install --upgrade pip
39
# install main package
40
pip install git+https://github.com/grongierisc/interoperability-embedded-python
41
# install dependencies
-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
45
46
# Integration tests
47
iop --migrate demo/python/reddit/settings.py
0 commit comments