Skip to content

Commit a8c58f1

Browse files
committed
Remove pylsl playback test
1 parent a9dec9e commit a8c58f1

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ on:
88
- main
99
workflow_dispatch:
1010

11-
env:
12-
LSL_RELEASE_URL: "https://github.com/sccn/liblsl/releases/download/v1.16.2"
13-
LSL_RELEASE: "1.16.2"
14-
1511
jobs:
1612
style:
1713
name: Check style
@@ -34,12 +30,6 @@ jobs:
3430
- uses: actions/checkout@v4
3531
- name: Install uv
3632
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
4333
- name: Build
4434
run: uv sync --all-extras
4535
- name: Run tests

test/test_lsl_playback.py

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

0 commit comments

Comments
 (0)