We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daf98d3 commit e81c7a6Copy full SHA for e81c7a6
1 file changed
.github/workflows/python-check.yml
@@ -17,15 +17,15 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v3
20
+
21
- name: Setup Python
22
uses: actions/setup-python@v4
23
with:
24
python-version: 3.12.1
25
- - name: Install Poetry
26
- uses: abatilo/actions-poetry@v2
27
- with:
28
- poetry-version: 1.8.2
+ - name: Install poetry
+ run: |
+ curl -sSL https://install.python-poetry.org | python3 -
29
30
- name: Cache the virtualenv
31
uses: actions/cache@v4
0 commit comments