|
|
@ -20,8 +20,7 @@ jobs:
|
|
|
|
- name: Install Dependencies
|
|
|
|
- name: Install Dependencies
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
python -m pip install --upgrade pip
|
|
|
|
python -m pip install --upgrade pip
|
|
|
|
pip install ruff pytest
|
|
|
|
pip install ruff flake8 pytest
|
|
|
|
pip install flake8 pytest
|
|
|
|
|
|
|
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
|
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
|
|
- name: Lint with ruff
|
|
|
|
- name: Lint with ruff
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|