caca
This commit is contained in:
@@ -12,11 +12,9 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: '3.12'
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
apt-get update && apt-get install -y python3-pip
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
pip3 install -r src/requirements.txt
|
pip3 install -r src/requirements.txt
|
||||||
- name: Lint and format with Ruff
|
- name: Lint and format with Ruff
|
||||||
|
|||||||
Reference in New Issue
Block a user