We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfe5b1 commit c098d16Copy full SHA for c098d16
1 file changed
.github/workflows/tests.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: Install test-suite
97
shell: powershell
98
run: |
99
- git clone --branch juce8 https://github.com/open-ephys/open-ephys-python-tools.git C:\open-ephys-python-tools
+ git clone --branch main https://github.com/open-ephys/open-ephys-python-tools.git C:\open-ephys-python-tools
100
cd C:\open-ephys-python-tools
101
pip install -e .
102
pip install psutil
0 commit comments