Skip to content

Commit

Permalink
Name CI tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
C0rn3j committed Jan 25, 2025
1 parent 229ff2b commit ac7b0f2
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/scc-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.13'
# Install dependencies
- run: |
apt install -y python3-setuptools
pip install ioctl-opt libusb1 toml vdf pytest
# Build
- run: python -m build
# Test
- run: python -m pytest tests

- name: Install dependencies
run: |
apt install -y python3-setuptools
pip install ioctl-opt libusb1 toml vdf pytest
- name: Build SCC
run: python -m build

- name: Run tests
run: python -m pytest tests

0 comments on commit ac7b0f2

Please sign in to comment.