echo to path
Some checks failed
Python Linters / pylint (pull_request) Failing after 14s
Python Linters / formatting (pull_request) Failing after 13s
Python Linters / mypy (pull_request) Failing after 14s
REUSE Compliance / reuse (pull_request) Successful in 13s
Selftests / test-build-install (pull_request) Failing after 11s
Selftests / test-sync (pull_request) Failing after 12s

This commit is contained in:
2025-01-12 13:22:39 +01:00
parent 752c2a37ae
commit b5d635d92e

View File

@@ -12,10 +12,12 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- run: echo "gitea $GITEA_PATH"
- run: printenv - run: printenv
- run: echo /root/.local/bin >> $GITHUB_PATH
- run: echo /root/.local/bin >> $PATH
- name: Test - name: Test
run: echo $PATH run: echo $PATH
- run: exit 1
- name: Install poetry - name: Install poetry
run: pipx install poetry run: pipx install poetry
- name: Install poetry package - name: Install poetry package