Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 29, 2021
1 parent 2a1e563 commit dc8de7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Install
run: |
cmake --build build/ --target install
pip install -e .
pip install --no-deps -e .
- name: Inspect Python ABI (core)
run: ldd /usr/share/miniconda/envs/ci/lib/python3.8/site-packages/scenario/bindings/_core.so
Expand All @@ -113,4 +113,6 @@ jobs:
run: ldd /usr/share/miniconda/envs/ci/lib/python3.8/site-packages/scenario/bindings/_gazebo.so

- name: Test
run: python -m pytest tests/
run: |
pip install gym-ignition-models
python -m pytest tests/

0 comments on commit dc8de7f

Please sign in to comment.