We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76174e commit 42b0ac4Copy full SHA for 42b0ac4
.github/workflows/scc-linux.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
python-version: '3.11'
24
# Install dependencies
25
- - run: pip install pytest vdf libusb1 ioctl-opt
+ - run: pip install ioctl-opt libusb1 toml vdf pytest
26
# Build
27
- run: python setup.py build
28
# Test
0 commit comments