Skip to content

Test action with cache #27

Test action with cache

Test action with cache #27

Workflow file for this run

name: Test action with cache
on:
workflow_dispatch:
jobs:
ci:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: ./
with:
extra-args: --no-root
- name: View poetry --help
run: |
poetry --help
poetry version
poetry run python --version