bite
This commit is contained in:
@@ -15,8 +15,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y python3-pip
|
apt-get update && apt-get install -y python3-pip
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip --break-system-packages
|
||||||
pip3 install -r src/requirements.txt
|
pip3 install -r src/requirements.txt --break-system-packages
|
||||||
- name: Lint and format with Ruff
|
- name: Lint and format with Ruff
|
||||||
run: |
|
run: |
|
||||||
pip3 install ruff
|
pip3 install ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user