diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 77ab8e2..558696c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,4 +12,8 @@ jobs: with: python-version: '3.11' - - run: echo "Python setup done" + - name: Install dependencies + run: | + python3 -m pip install --upgrade pip + python3 -m pip install click pyyaml rich pytest ruff + python3 -m pip install -e .