We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d392454 commit 148ee94Copy full SHA for 148ee94
1 file changed
.github/workflows/check_for_new_probes.yml
@@ -37,7 +37,7 @@ jobs:
37
# --- (Optional) ---
38
# If your local script needs libraries, uncomment this step
39
- name: Install local dependencies
40
- run: pip install probeinterface
+ run: pip install probeinterface matplotlib
41
42
# Step 3: Clone the *other* repository into a subfolder named './other-repo'
43
- name: Clone external repository
0 commit comments