try copy paste
Some checks failed
Python Linters / pylint (pull_request) Failing after 55s
Python Linters / formatting (pull_request) Failing after 54s
Python Linters / mypy (pull_request) Failing after 9s
REUSE Compliance / reuse (pull_request) Successful in 12s
Selftests / test-build-install (pull_request) Failing after 11s
Selftests / test-sync (pull_request) Failing after 9s
Some checks failed
Python Linters / pylint (pull_request) Failing after 55s
Python Linters / formatting (pull_request) Failing after 54s
Python Linters / mypy (pull_request) Failing after 9s
REUSE Compliance / reuse (pull_request) Successful in 12s
Selftests / test-build-install (pull_request) Failing after 11s
Selftests / test-sync (pull_request) Failing after 9s
This commit is contained in:
@@ -16,7 +16,10 @@ runs:
|
|||||||
# - run: echo /root/.local/bin >> $GITHUB_PATH
|
# - run: echo /root/.local/bin >> $GITHUB_PATH
|
||||||
- run: echo "/root/.local/bin" >> $PATH
|
- run: echo "/root/.local/bin" >> $PATH
|
||||||
- name: Test
|
- name: Test
|
||||||
run: echo $PATH
|
- name: Add pipx to PATH
|
||||||
|
if: github.actor == 'nektos/act'
|
||||||
|
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
|
||||||
|
- run: echo $PATH
|
||||||
- run: exit 1
|
- run: exit 1
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
run: pipx install poetry
|
run: pipx install poetry
|
||||||
|
|||||||
Reference in New Issue
Block a user