diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 8862024..d6038d6 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -14,5 +14,5 @@ jobs: - run: python3 -m venv .venv - run: source .venv/bin/activate - run: which python - # - run: pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git + - run: python -m pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git