Skip to content

build: AppImage now fully offline-capable (bundled Python, extras, mo… #2

build: AppImage now fully offline-capable (bundled Python, extras, mo…

build: AppImage now fully offline-capable (bundled Python, extras, mo… #2

Workflow file for this run

name: CI
on:
push:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install -U pip wheel
pip install -r requirements.txt
- name: Run length invariance test
env:
PYTHONPATH: src
run: |
python scripts/test_length_invariance.py