Compare commits

..

No commits in common. "1cb5632716f1e97c328d01e591e2ca3d4da45fa2" and "ec834b06150464d90bea5dfd333ccfa20856c79a" have entirely different histories.

View file

@ -7,12 +7,9 @@ jobs:
build:
runs-on: docker
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
- uses: actions/checkout@v4
- 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: pip install git+https://git.jmsgrogan.com/jgrogan/dialann.git