Skip to content

Commit

Permalink
CI: The set-env and add-path commands are deprecated and will be …
Browse files Browse the repository at this point in the history
…disabled on November 16th. (pandas-dev#37812)
  • Loading branch information
simonjayhawkins authored Nov 13, 2020
1 parent 6d1541e commit 72d4b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:

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

- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
steps:

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

- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 72d4b78

Please sign in to comment.