Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- uses: abatilo/actions-poetry@v3
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Install deps with numpy
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- uses: abatilo/actions-poetry@v3
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Install deps
Expand All @@ -103,7 +103,7 @@ jobs:
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- uses: abatilo/actions-poetry@v3
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Install deps
Expand All @@ -130,7 +130,7 @@ jobs:
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- uses: abatilo/actions-poetry@v3
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Install deps
Expand All @@ -157,7 +157,7 @@ jobs:
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- uses: abatilo/actions-poetry@v3
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Install deps
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}-numpy
restore-keys: |
${{ runner.os }}-poetry-
- uses: abatilo/actions-poetry@v3
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Install with extras
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- uses: abatilo/actions-poetry@v3
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Update pre-commit hooks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: abatilo/actions-poetry@v3
- uses: abatilo/actions-poetry@v4
with:
poetry-version: 1.8.3
- name: Install dependencies
Expand Down
Loading