Skip to content

Commit

Permalink
Add toml to CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Sep 28, 2024
1 parent c76174e commit 42b0ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scc-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: '3.11'
# Install dependencies
- run: pip install pytest vdf libusb1 ioctl-opt
- run: pip install ioctl-opt libusb1 toml vdf pytest
# Build
- run: python setup.py build
# Test
Expand Down

0 comments on commit 42b0ac4

Please sign in to comment.