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 8ba1747 commit 447362dCopy full SHA for 447362d
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up python
11
uses: actions/setup-python@v4
12
with:
13
- python-version: 3.7
+ python-version: 3.8
14
- name: Bootstrap poetry
15
run: |
16
curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
32
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
54
0 commit comments