Skip to content

Commit 23bb257

Browse files
authored
Update ci.yml
1 parent b1996d8 commit 23bb257

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ jobs:
139139
- name: Pepare python environement for tests
140140
shell: bash
141141
run: |
142-
${{ steps.sofa.outputs.python_exe }} -m pip install rpyc
142+
${{ steps.sofa.outputs.python_exe }} -m pip install rpyc matplotlib
143+
144+
echo "PYTHONPATH=${{ env.WORKSPACE_BUILD_PATH }}/lib/python3/site-packages" | tee -a $GITHUB_ENV
145+
143146
144147
- name: Launch test
145148
id: tests

0 commit comments

Comments
 (0)