Try setting the env
Some checks failed
Some checks failed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user