Skip to content

Commit 090d867

Browse files
committed
Remove pylsl playback test
1 parent a9dec9e commit 090d867

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v4
37-
- name: Install liblsl
38-
run: |
39-
sudo apt install -y libpugixml-dev
40-
echo ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb
41-
curl -L ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb -o liblsl.deb
42-
sudo apt install ./liblsl.deb
4337
- name: Build
4438
run: uv sync --all-extras
4539
- name: Run tests

test/test_lsl_playback.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)