We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e9e4c commit 2535e59Copy full SHA for 2535e59
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Poetry
28
uses: abatilo/actions-poetry@v3
29
with:
30
- poetry-version: 1.3.2
+ poetry-version: 1.8.4
31
32
- name: Run Tests
33
run: make run_tests
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
- poetry-version: 1.8.3
78
79
- name: Install dependencies
80
run: poetry install
@@ -114,7 +114,7 @@ jobs:
114
115
116
117
118
119
- name: Setup a local virtual environment (if no poetry.toml file)
120
run: |
0 commit comments