diff --git a/.github/workflows/scc-linux.yml b/.github/workflows/scc-linux.yml index b76e174b..1a69caf9 100644 --- a/.github/workflows/scc-linux.yml +++ b/.github/workflows/scc-linux.yml @@ -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