Compare commits
No commits in common. "1cb5632716f1e97c328d01e591e2ca3d4da45fa2" and "ec834b06150464d90bea5dfd333ccfa20856c79a" have entirely different histories.
1cb5632716
...
ec834b0615
1 changed files with 3 additions and 6 deletions
|
@ -7,12 +7,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v4
|
- uses: actions/setup-python@v5
|
||||||
- name: Setup Python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
- run: python3 -m venv .venv
|
- run: python3 -m venv .venv
|
||||||
- run: source .venv/bin/activate
|
- 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
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue