Skip to content

Commit c098d16

Browse files
committed
Use main branch of python-tools for tests
1 parent dcfe5b1 commit c098d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Install test-suite
9797
shell: powershell
9898
run: |
99-
git clone --branch juce8 https://github.com/open-ephys/open-ephys-python-tools.git C:\open-ephys-python-tools
99+
git clone --branch main https://github.com/open-ephys/open-ephys-python-tools.git C:\open-ephys-python-tools
100100
cd C:\open-ephys-python-tools
101101
pip install -e .
102102
pip install psutil

0 commit comments

Comments
 (0)