Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Attempt to change appimage creation action #48

Attempt to change appimage creation action

Attempt to change appimage creation action #48

Workflow file for this run

name: SCC Linux CI
on:
push:
branches:
- main
- master
- python3
pull_request:
branches:
- main
- master
- python3
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
# Install dependencies
- run: pip install pytest vdf
# Build
- run: python setup.py build
# Test
- run: python -m pytest tests