Skip to content

Commit

Permalink
Update gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dhhagan committed Jul 14, 2023
1 parent 693aa34 commit 4093044
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,17 @@ jobs:
python-version: 3.8

- name: Install poetry
uses: snok/install-poetry@v1.1.4
uses: snok/install-poetry@v1.3.3
with:
version: 1.1.4
version: 1.2.2
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true

- name: Install dependencies
run: |
poetry install
source $HOME/.poetry/env
poetry install

- name: build docs
run: |
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:
python-version: 3.8

- name: Install poetry
uses: snok/install-poetry@v1.1.1
uses: snok/install-poetry@v1.3.3
with:
version: 1.1.4
create_virtualenvs: true
version: 1.2.2
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true

- name: Install dependencies
run: poetry install
run: |
poetry install

- name: Build and publish to PyPI
run: |
Expand Down

0 comments on commit 4093044

Please sign in to comment.