Skip to content

Commit ac3ba95

Browse files
authored
Use pytest from venv
1 parent 9cdc528 commit ac3ba95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get update
3636
cd /opt/ros/overlay_ws/src/semantic_world
3737
source ../semantic_world-venv/bin/activate
38-
pip install -U pip && pip install -r requirements.txt && pip install . && pip install -r doc/requirements.txt
38+
pip install -U pip && pip install -r requirements.txt && pip install . && pip install pytest
3939
echo "PATH=$PWD/ultiverse-Parser/ext/blender:$PWD/ultiverse-Parser/USD/linux/lib/python:$PWD/ultiverse-Parser/USD/linux/plugin/usd:$PATH" >> $GITHUB_ENV
4040
echo "PYTHONPATH=$PWD/ultiverse-Parser/USD/linux/lib/python:$PWD/src" >> $GITHUB_ENV
4141
@@ -44,4 +44,4 @@ jobs:
4444
run: |
4545
cd /opt/ros/overlay_ws/src/semantic_world
4646
source ../semantic_world-venv/bin/activate
47-
pytest -v test/
47+
python -m pytest -v test/

0 commit comments

Comments
 (0)