Skip to content

Test action with cache #49

Test action with cache

Test action with cache #49

Workflow file for this run

name: Test action with cache
on:
workflow_dispatch:
jobs:
ci:
runs-on: windows-latest
defaults:
run:
shell: bash
steps:
- uses: actions/checkout@v4
- uses: ./
with:
python-version: 3.12
- name: View poetry --help
run: |
poetry --help
poetry version
poetry run python --version
ls --all