Check python venv setup

This commit is contained in:
James Grogan 2025-03-22 15:16:38 +00:00
parent ec834b0615
commit 3d4081e67d

View file

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