Skip to content

Commit 72d4b78

Browse files
CI: The set-env and add-path commands are deprecated and will be disabled on November 16th. (#37812)
1 parent 6d1541e commit 72d4b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Setting conda path
21-
run: echo "::add-path::${HOME}/miniconda3/bin"
21+
run: echo "${HOME}/miniconda3/bin" >> $GITHUB_PATH
2222

2323
- name: Checkout
2424
uses: actions/checkout@v1
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999

100100
- name: Setting conda path
101-
run: echo "::set-env name=PATH::${HOME}/miniconda3/bin:${PATH}"
101+
run: echo "${HOME}/miniconda3/bin" >> $GITHUB_PATH
102102

103103
- name: Checkout
104104
uses: actions/checkout@v1

0 commit comments

Comments
 (0)