Compare commits

...

2 commits

Author SHA1 Message Date
1cb5632716 Check python venv setup
Some checks failed
/ build (push) Failing after 2m27s
2025-03-22 15:17:14 +00:00
3d4081e67d Check python venv setup 2025-03-22 15:16:38 +00:00

View file

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