Skip to content

Commit 301e5aa

Browse files
committed
update action
1 parent ac1c862 commit 301e5aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
run: pip install pre-commit && cd ${{ github.workspace }}/ouroboros_repo && pre-commit run --all-files
2929
- name: Dependencies
3030
run: |
31-
sudo apt install -y libeigen3-dev pkg-config git
31+
sudo apt install -y libeigen3-dev git
3232
- name: Install Ouroboros
33-
run: cd ${{ github.workspace }}/ouroboros_repo && pwd && pip install .
33+
run: cd ${{ github.workspace }}/ouroboros_repo && pwd && pip install ./ouroboros
3434
- 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
3636
- run: echo "🍏 This job's status is ${{ job.status }}."

0 commit comments

Comments
 (0)