Skip to content

Commit 42b0ac4

Browse files
committed
Add toml to CI tests
1 parent c76174e commit 42b0ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scc-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
python-version: '3.11'
2424
# Install dependencies
25-
- run: pip install pytest vdf libusb1 ioctl-opt
25+
- run: pip install ioctl-opt libusb1 toml vdf pytest
2626
# Build
2727
- run: python setup.py build
2828
# Test

0 commit comments

Comments
 (0)