personal-site/.forgejo/workflows/demo.yaml
jgrogan ec834b0615
Some checks failed
/ build (push) Failing after 2m17s
Try to fix CI
2025-03-22 15:06:22 +00:00

15 lines
314 B
YAML

on:
push:
branches:
- main
jobs:
build:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: python3 -m venv .venv
- run: source .venv/bin/activate
- run: pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git