File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
run : pip install pre-commit && cd ${{ github.workspace }}/ouroboros_repo && pre-commit run --all-files
29
29
- name : Dependencies
30
30
run : |
31
- sudo apt install -y libeigen3-dev pkg-config git
31
+ sudo apt install -y libeigen3-dev git
32
32
- name : Install Ouroboros
33
- run : cd ${{ github.workspace }}/ouroboros_repo && pwd && pip install .
33
+ run : cd ${{ github.workspace }}/ouroboros_repo && pwd && pip install ./ouroboros
34
34
- name : Run test script
35
- run : cd ${{ github.workspace }}/ouroboros_repo && pytest --ignore=third_party --ignore=extra/ouroboros_ros
35
+ run : cd ${{ github.workspace }}/ouroboros_repo && pytest ouroboros --ignore=ouroboros/third_party
36
36
- run : echo "🍏 This job's status is ${{ job.status }}."
You can’t perform that action at this time.
0 commit comments