Skip to content

Commit

Permalink
CI: fix github actions
Browse files Browse the repository at this point in the history
* Fixes poetry install in github actions.

Error message: for dschep/[email protected]
Unable to process command '##[add-path]/home/runner/.poetry/bin' successfully.
The `add-path` command is disabled. Please upgrade to using Environment Files or
opt into unsecure command execution by setting the `ACTIONS_ALLOW_UNSECURE_COMMANDS`
environment variable to `true`. For more information see:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
2 people authored and AoNoOokami committed Nov 18, 2020
1 parent c0781d2 commit 68dd1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: 3.6

- name: Install Poetry
uses: dschep/install-poetry-action@v1.2
uses: snok/install-poetry@v1.1.1
with:
version: 1.0.10

Expand Down

0 comments on commit 68dd1e1

Please sign in to comment.