diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 5560404..9ac9477 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,5 +9,7 @@ jobs: 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