Skip to content

Fix standalone install and add debian 12 support #7

Fix standalone install and add debian 12 support

Fix standalone install and add debian 12 support #7

Workflow file for this run

name: 'Python requirements - get or set in cache'
on: push
jobs:
runs-on: ubuntu-latest

Check failure on line 5 in .github/workflows/test_install.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_install.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
test:
steps:
- 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