Compare commits
2 commits
ec834b0615
...
1cb5632716
Author | SHA1 | Date | |
---|---|---|---|
1cb5632716 | |||
3d4081e67d |
1 changed files with 6 additions and 3 deletions
|
@ -7,9 +7,12 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Python
|
||||
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
|
||||
- run: which python
|
||||
- run: python -m pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue