Skip to content

Commit ae40580

Browse files
[#9] Fix pip local install path for Basilisk source dir
1 parent 0d7a978 commit ae40580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
git clone --depth 1 --branch patch/v2_10_x \
136136
https://github.com/AVSLab/basilisk.git _bsk_src
137137
pip install numpy
138-
pip install _bsk_src
138+
pip install ./_bsk_src
139139
shell: bash
140140

141141
- name: Build example plugin wheel

0 commit comments

Comments
 (0)