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

This commit is contained in:
2025-01-12 19:36:45 +01:00
parent dfd8f242e8
commit 7ea7181947

View File

@@ -12,12 +12,7 @@ inputs:
runs:
using: "composite"
steps:
# - run: printenv
# - run: echo /root/.local/bin >> $GITHUB_PATH
- run: echo "/root/.local/bin" >> $PATH
- name: Test
- name: Add pipx to PATH
if: github.actor == 'nektos/act'
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
- run: echo $PATH
- run: exit 1