This is a terrible day

This commit is contained in:
Michał 2023-03-04 21:23:07 +00:00
parent 2ad18a8928
commit b4ee8dfe7f
2 changed files with 3 additions and 4 deletions

View file

@ -16,9 +16,8 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip poetry
pip install poetry
python -m poetry install python -m poetry install
- name: Analysing the code with pylint - name: Analysing the code with pylint
run: | run: |
python -m poetry run -m pylint $(git ls-files '*.py') poetry run -m pylint $(git ls-files '*.py')

View file

@ -7,7 +7,7 @@ license = "MIT"
readme = ".github/README.md" readme = ".github/README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.8"
Flask = "^2.2.2" Flask = "^2.2.2"
flask-compress = "^1.13" flask-compress = "^1.13"
gunicorn = "^20.1.0" gunicorn = "^20.1.0"