Skip to content

Commit

Permalink
Updated to use snok/install-poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Nov 24, 2020
1 parent fa1ff0b commit be14a44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install Poetry
uses: dschep/install-poetry-action@v1.3

- name: Set Poetry config
run: |
poetry config virtualenvs.in-project false
poetry config virtualenvs.path ~/.virtualenvs
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.1
with:
version: 1.1.4
virtualenvs-create: true
virtualenvs-in-project: false
virtualenvs-path: ~/.virtualenvs

- name: Install Dependencies
run: poetry install
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install Poetry
uses: dschep/install-poetry-action@v1.3

- name: Set Poetry config
run: |
poetry config virtualenvs.in-project false
poetry config virtualenvs.path ~/.virtualenvs
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.1
with:
version: 1.1.4
virtualenvs-create: true
virtualenvs-in-project: false
virtualenvs-path: ~/.virtualenvs

- name: Install Dependencies
run: poetry install
Expand Down

0 comments on commit be14a44

Please sign in to comment.