Skip to content

Commit 8c54c0e

Browse files
author
Jethro Muller
committed
Remove poetry & update to jsmin 3
1 parent 38775b6 commit 8c54c0e

File tree

4 files changed

+2
-1018
lines changed

4 files changed

+2
-1018
lines changed

.github/workflows/lint_python_files.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
restore-keys: |
3333
${{ runner.os }}-${{ env.os_version }}-${{ env.pythonLocation }}-pip-
3434
35-
- name: Install Poetry
36-
run: curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
37-
3835
- name: Install dependencies
39-
run: poetry install
36+
run: pip install -r requirements.txt
4037

4138
- name: Lint with flake8
4239
run: poetry run flake8 --count --show-source --statistics .

0 commit comments

Comments
 (0)