Skip to content

Fix standalone install and add debian 12 support #8

Fix standalone install and add debian 12 support

Fix standalone install and add debian 12 support #8

Workflow file for this run

name: 'Python requirements - get or set in cache'
on: [push]
jobs:
checkdeps:
runs-on: ubuntu-latest
steps:
- name: trololol
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt