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 090d867Copy full SHA for 090d867
.github/workflows/test.yml
@@ -34,12 +34,6 @@ jobs:
34
- uses: actions/checkout@v4
35
- name: Install uv
36
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
- name: Build
44
run: uv sync --all-extras
45
- name: Run tests
test/test_lsl_playback.py
0 commit comments