Try setting the env
Some checks failed
black
flake8
mypy-pytest
pylint
Lint and test / flake8 (push) Failing after 7s
Lint and test / mypy-pytest (push) Failing after 9s
Lint and test / pylint (push) Failing after 7s
Lint and test / black (push) Failing after 5s

This commit is contained in:
Val Lorentz 2023-05-20 16:52:40 +02:00
parent 78ae08f387
commit 96e66f050b

View File

@ -6,6 +6,9 @@ jobs:
flake8:
runs-on: ubuntu-latest
steps:
- name: Set env
run: |
echo "AGENT_TOOLDIR=$(realpath .)/../TOOLDIR" >> $GITHUB_ENV; mkdir -p $(realpath .)/../TOOLDIR
- name: Print env
run: env
- name: Setup Python