Skip to content

Try migrating to python 3 build module in test CI #194

Try migrating to python 3 build module in test CI

Try migrating to python 3 build module in test CI #194

Workflow file for this run

name: SCC Linux CI
on:
push:
branches:
- main
- master
- python3
pull_request:
branches:
- main
- master
- python3
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
# Install dependencies
- run: |
apt install -y python3-setuptools

Check failure on line 26 in .github/workflows/scc-linux.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/scc-linux.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
pip install ioctl-opt libusb1 toml vdf pytest
# Build
- run: python -m build
# Test
- run: python -m pytest tests