Skip to content

fix test for git clone env vars #17

fix test for git clone env vars

fix test for git clone env vars #17

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: pip3 install poetry
- run: poetry install --with test
- run: poetry run pytest