Skip to content

Commit

Permalink
[chore] update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed Jul 13, 2021
1 parent ca3d88a commit 0923618
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v6
- uses: Gr1N/setup-poetry@v7
- run: poetry --version
```
Expand All @@ -46,7 +46,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v6
- uses: Gr1N/setup-poetry@v7
with:
poetry-version: 1.1.7
- run: poetry --version
Expand All @@ -60,7 +60,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v6
- uses: Gr1N/setup-poetry@v7
with:
poetry-preview: true
- run: poetry --version
Expand All @@ -74,7 +74,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v6
- uses: Gr1N/setup-poetry@v7
- uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
Expand All @@ -94,7 +94,7 @@ steps:
- uses: actions/setup-python@v1
with:
python-version: 3.8
- uses: Gr1N/setup-poetry@v6
- uses: Gr1N/setup-poetry@v7
- run: poetry --version
env:
POETRY_VIRTUALENVS_PATH: /path/to/virtualenvs/directory
Expand Down

0 comments on commit 0923618

Please sign in to comment.