Continue CI python env fixing
All checks were successful
/ build (push) Successful in 2m49s

This commit is contained in:
James Grogan 2025-03-22 15:24:40 +00:00
parent 1cb5632716
commit 198ff7206b

View file

@ -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