Skip to content

test gitub action

test gitub action #13

Workflow file for this run

name: 'Python requirements - get or set in cache'
on: [push]
jobs:
check_install:
name: trololol
runs-on: ubuntu-latest
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