We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1996d8 commit 23bb257Copy full SHA for 23bb257
.github/workflows/ci.yml
@@ -139,7 +139,10 @@ jobs:
139
- name: Pepare python environement for tests
140
shell: bash
141
run: |
142
- ${{ steps.sofa.outputs.python_exe }} -m pip install rpyc
+ ${{ 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
146
147
- name: Launch test
148
id: tests
0 commit comments