PATH
Some checks failed
CI / test (push) Failing after 1m1s

This commit is contained in:
Miguel Jacq 2025-11-13 14:11:55 +11:00
parent da73e5b022
commit f8cf545771
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -21,17 +21,13 @@ jobs:
run: |
pipx install poetry==1.8.3
/root/.local/bin/poetry --version
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Install project deps (including test extras)
env:
PATH: ${{ env.PATH }}:/root/.local/bin
run: |
poetry install --with test
- name: Run test script
env:
PATH: ${{ env.PATH }}:/root/.local/bin
run: |
chmod +x ./tests.sh
./tests.sh