Skip to content

Commit

Permalink
chore(actions): use latest poetry version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Jun 14, 2023
1 parent 0c45930 commit 7b91a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/demography-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.1.4
uses: abatilo/actions-poetry@v2

- name: Install dependencies
run: cd scripts/demography-explorer && poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migration-flows-explorer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.1.4
uses: abatilo/actions-poetry@v2

- name: Install dependencies
run: cd scripts/migration-flows-explorer && poetry install
Expand Down

0 comments on commit 7b91a3c

Please sign in to comment.