Skip to content

Commit

Permalink
Merge pull request #1 from OpenPIV/master
Browse files Browse the repository at this point in the history
Merge from master.
  • Loading branch information
JUDEKEPA authored Nov 6, 2024
2 parents 30ec782 + a960e18 commit 7b58564
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5.2.0
- uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Publish
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
uses: abatilo/[email protected].0
uses: abatilo/[email protected].1
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install the project dependencies
Expand Down

0 comments on commit 7b58564

Please sign in to comment.