Skip to content

Commit

Permalink
use cradle step (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 20, 2025
1 parent ca4f401 commit 061d826
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/act.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- name: Launch the cradle
uses: tschm/cradle/actions/cradle@main
with:
python-version: '3.12'

- name: Run copier
working-directory: .
shell: bash
run: |
copier copy . template --data-file .github/resources/data.yaml
- name: Prepare the repo
working-directory: template
shell: bash
run: |
# otherwise the pre-commit hooks won't "see" files
# also act needs to have the commit in place
git init -b main
git add .
git commit -m "Initial commit"
destination-path: 'template'

- name: Test Marimo flow
uses: tschm/cradle/actions/flow@main
Expand Down

0 comments on commit 061d826

Please sign in to comment.