f
Some checks failed
Linter / ruff (push) Successful in 16s
Tests / tests on CPU (push) Failing after 4m50s

This commit is contained in:
soaska 2024-05-03 21:44:00 +03:00
parent 2d100f3b70
commit 7e42cc1dce
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: deps - name: deps
run: apt update && apt install python3-pip -y run: apt update && apt install python3-pip -y
- name: Install Ruff - name: Install Ruff
run: pip install ruff==0.1.6 --break-system-packages run: pip install ruff==0.1.6 #--break-system-packages
- name: Run Ruff - name: Run Ruff
run: ruff . run: ruff .
# lint-js: # lint-js:

View File

@ -32,7 +32,7 @@ jobs:
path: models path: models
key: "2023-12-30" key: "2023-12-30"
- name: Install test dependencies - name: Install test dependencies
run: pip install wait-for-it -r requirements-test.txt --break-system-packages run: pip install wait-for-it -r requirements-test.txt #--break-system-packages
env: env:
PIP_DISABLE_PIP_VERSION_CHECK: "1" PIP_DISABLE_PIP_VERSION_CHECK: "1"
PIP_PROGRESS_BAR: "off" PIP_PROGRESS_BAR: "off"