Skip to content

Commit

Permalink
wip: install liblsl
Browse files Browse the repository at this point in the history
  • Loading branch information
massotb committed Aug 22, 2024
1 parent d850e4f commit 5db3368
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Download and install liblsl
run: |
wget https://github.com/sccn/liblsl/releases/download/v1.16.2/liblsl-1.16.2-jammy_amd64.deb
sudo dpkg -i liblsl-1.16.2-jammy_amd64.deb
- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Set up Miniconda for liblsl installation
uses: conda-incubator/setup-miniconda@v2
with:
python-version: ${{ matrix.python-version }}
auto-activate-base: false

- name: 🪶 Install poetry
uses: abatilo/actions-poetry@v2

Expand All @@ -56,10 +56,6 @@ jobs:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}

- name: 📦+🔧 Install liblsl
run: |
conda install -c conda-forge liblsl
- name: 📦+🔧 Install the dependencies with dev
run: |
poetry install --with dev
Expand Down

0 comments on commit 5db3368

Please sign in to comment.