This commit is contained in:
parent
1cb5632716
commit
198ff7206b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue