Skip to content

Commit 053e64d

Browse files
authored
Merge pull request #6 from systemallica/dev
2 parents c8e03f6 + f59ee1f commit 053e64d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/python-app.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Python 3.9
17+
- name: Set up Python 3.10
1818
uses: actions/setup-python@v2
1919
with:
20-
python-version: 3.9
21-
- name: Setup Poetry
22-
uses: Gr1N/setup-poetry@v4
20+
python-version: '3.10'
21+
- name: Install Poetry
22+
uses: snok/install-poetry@v1
2323
- name: Install dependencies
2424
run: |
2525
poetry install
26-
poetry add flake8 pytest
2726
- name: Lint with flake8
2827
run: |
2928
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)