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 6199c2d commit f5f54f1Copy full SHA for f5f54f1
.github/workflows/test.yaml
@@ -19,15 +19,12 @@ jobs:
19
with:
20
ref: ${{ github.ref }}
21
22
- - name: Set up Python 3.12
23
- uses: actions/setup-python@v5
+ - name: "Setup Python, Poetry and Dependencies"
+ uses: dsoftwareinc/setup-python-poetry-action@v1
24
25
- python-version: 3.12
26
- allow-prereleases: true
27
- - name: Install dependencies
28
- run: |
29
- python -m pip install --upgrade pip
30
- pip install flake8
+ python-version: "3.12"
+ poetry-version: "1.8.3"
+
31
- name: Run flake8
32
shell: bash
33
run: |
@@ -43,6 +40,7 @@ jobs:
43
40
44
41
steps:
45
42
- uses: actions/checkout@v4
46
- name: "Setup Python, Poetry and Dependencies"
47
uses: dsoftwareinc/setup-python-poetry-action@v1
48
0 commit comments