Skip to content

Commit 8566c7d

Browse files
rootroot
authored andcommitted
fiz pytest.yaml
1 parent 6713652 commit 8566c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Setup poetry
2121
run: |
22-
pip install poetry==1.1.6
22+
pip install poetry==1.4.2
2323
2424
- name: Cache Python dependencies
2525
uses: actions/cache@v2
@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Setup poetry
102102
run: |
103-
pip install poetry==1.1.6
103+
pip install poetry==1.4.2
104104
105105
- name: Cache Python dependencies
106106
uses: actions/cache@v2

0 commit comments

Comments
 (0)