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