File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
run : |
30
30
curl -O -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py
31
31
python get-poetry.py -y --version 1.0.10
32
- echo "PATH={$ HOME}/.poetry/bin:{$ PATH}" >> $GITHUB_ENV
32
+ echo "PATH=${ HOME}/.poetry/bin:${ PATH}" >> $GITHUB_ENV
33
33
rm get-poetry.py
34
34
35
35
- name : Get poetry cache paths from config
36
36
run : |
37
37
echo "poetry_cache_dir=$(poetry config --list | sed -n 's/.*cache-dir = //p' | sed -e 's/^\"//' -e 's/\"$//')" >> $GITHUB_ENV
38
- echo "poetry_virtualenvs_path:: $(poetry config --list | sed -n 's/.*virtualenvs.path = .* # //p' | sed -e 's/^\"//' -e 's/\"$//')" >> $GITHUB_ENV
38
+ echo "poetry_virtualenvs_path= $(poetry config --list | sed -n 's/.*virtualenvs.path = .* # //p' | sed -e 's/^\"//' -e 's/\"$//')" >> $GITHUB_ENV
39
39
40
40
- name : Configure poetry
41
41
shell : bash
You can’t perform that action at this time.
0 commit comments