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 9cdc528 commit ac3ba95Copy full SHA for ac3ba95
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
sudo apt-get update
36
cd /opt/ros/overlay_ws/src/semantic_world
37
source ../semantic_world-venv/bin/activate
38
- pip install -U pip && pip install -r requirements.txt && pip install . && pip install -r doc/requirements.txt
+ pip install -U pip && pip install -r requirements.txt && pip install . && pip install pytest
39
echo "PATH=$PWD/ultiverse-Parser/ext/blender:$PWD/ultiverse-Parser/USD/linux/lib/python:$PWD/ultiverse-Parser/USD/linux/plugin/usd:$PATH" >> $GITHUB_ENV
40
echo "PYTHONPATH=$PWD/ultiverse-Parser/USD/linux/lib/python:$PWD/src" >> $GITHUB_ENV
41
@@ -44,4 +44,4 @@ jobs:
44
run: |
45
46
47
- pytest -v test/
+ python -m pytest -v test/
0 commit comments