Skip to content

Commit 2535e59

Browse files
chore: Update CI (#169)
1 parent 87e9e4c commit 2535e59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Poetry
2828
uses: abatilo/actions-poetry@v3
2929
with:
30-
poetry-version: 1.3.2
30+
poetry-version: 1.8.4
3131

3232
- name: Run Tests
3333
run: make run_tests
@@ -74,7 +74,7 @@ jobs:
7474
- name: Set up Poetry
7575
uses: abatilo/actions-poetry@v3
7676
with:
77-
poetry-version: 1.8.3
77+
poetry-version: 1.8.4
7878

7979
- name: Install dependencies
8080
run: poetry install
@@ -114,7 +114,7 @@ jobs:
114114
- name: Set up Poetry
115115
uses: abatilo/actions-poetry@v3
116116
with:
117-
poetry-version: 1.8.3
117+
poetry-version: 1.8.4
118118

119119
- name: Setup a local virtual environment (if no poetry.toml file)
120120
run: |

0 commit comments

Comments
 (0)