Skip to content

Commit 6d60cbc

Browse files
committed
Use poetry v1.8.5 in CI for python 3.8 compatibility
1 parent 64f0005 commit 6d60cbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939
- uses: snok/install-poetry@v1.4
4040
with:
41+
version: 1.8.5
4142
virtualenvs-in-project: true
4243

4344
# Start integration test databases
44-
- uses: supercharge/mongodb-github-action@1.11.0
45+
- uses: supercharge/mongodb-github-action@1.12.0
4546
with:
4647
mongodb-version: 4.4
4748
- uses: supercharge/redis-github-action@1.8.0

0 commit comments

Comments
 (0)