diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index d6038d6..3bca3c8 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -13,6 +13,6 @@ jobs: uses: actions/setup-python@v5 - run: python3 -m venv .venv - run: source .venv/bin/activate - - run: which python - - run: python -m pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git + - run: which python3 + - run: .venv/bin/python -m pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git