We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dec9e commit a8c58f1Copy full SHA for a8c58f1
.github/workflows/test.yml
@@ -8,10 +8,6 @@ on:
8
- main
9
workflow_dispatch:
10
11
-env:
12
- LSL_RELEASE_URL: "https://github.com/sccn/liblsl/releases/download/v1.16.2"
13
- LSL_RELEASE: "1.16.2"
14
-
15
jobs:
16
style:
17
name: Check style
@@ -34,12 +30,6 @@ jobs:
34
30
- uses: actions/checkout@v4
35
31
- name: Install uv
36
32
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
43
33
- name: Build
44
run: uv sync --all-extras
45
- name: Run tests
test/test_lsl_playback.py
0 commit comments