Skip to content

Commit

Permalink
Merge branch 'OpenPIV:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Mar 18, 2024
2 parents 3ff5409 + f2cd496 commit 854bbf6
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
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3.0.0
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install the project dependencies
Expand Down

0 comments on commit 854bbf6

Please sign in to comment.