Skip to content

Commit

Permalink
Use the new plugin add syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeteuil committed Sep 3, 2022
1 parent 728b144 commit 2894ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: poetry install --no-root

- name: Install poetry-dotenv-plugin
run: poetry plugin add "$GITHUB_WORKSPACE"
run: poetry self add "$GITHUB_WORKSPACE"

- name: Run system tests
run: tests/test_system.sh
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Initial implementation based on the event handler application plugin example in
## Install

```sh
poetry plugin add poetry-dotenv-plugin
poetry self add poetry-dotenv-plugin
```

### Coming from Pipenv
Expand Down

0 comments on commit 2894ad5

Please sign in to comment.