Skip to content

Commit

Permalink
try to create virtual pport
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Sep 25, 2024
1 parent ededa6f commit 02868ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
uses: ./.github/actions/install-liblsl
- name: Create virtual sound card
uses: ./.github/actions/create-soundcard
- name: Create virtual pport (linux)
if: ${{ runner.os == 'Linux' }}
run:
sudo modprobe parport
ls -l /dev/parport*
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 02868ca

Please sign in to comment.