Skip to content

Commit

Permalink
Try migrating to python 3 build module in test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 25, 2025
1 parent 1b43f7e commit 229ff2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scc-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
with:
python-version: '3.13'
# Install dependencies
- run: pip install ioctl-opt libusb1 toml vdf pytest
- run: |
apt install -y python3-setuptools
pip install ioctl-opt libusb1 toml vdf pytest
# Build
- run: python setup.py build
- run: python -m build
# Test
- run: python -m pytest tests

0 comments on commit 229ff2b

Please sign in to comment.