Skip to content

Commit e44de6d

Browse files
authored
replace now-disabled set-env command (#172)
thanks @abn
1 parent a5e0ef9 commit e44de6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
run: |
3838
python -m pip install poetry
39-
echo "::set-env name=PATH::$HOME/.poetry/bin:$PATH"
39+
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
4040
4141
- name: Configure poetry
4242
shell: bash

0 commit comments

Comments
 (0)