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 e60e8ca commit 115f88aCopy full SHA for 115f88a
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-python@v3
13
with:
14
python-version: "3.10"
15
- - uses: Gr1n/setup-poetry@v7
+ - uses: Gr1n/setup-poetry@v8
16
17
poetry-version: '1.1.12'
18
- run: pip install tox
@@ -47,7 +47,7 @@ jobs:
47
48
49
python-version: ${{ matrix.python }}
50
51
52
53
@@ -73,7 +73,7 @@ jobs:
73
74
75
76
77
78
79
- uses: actions/cache@v3
0 commit comments