diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5dd8a99..c19c968 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,14 +17,8 @@ jobs: with: python-version: "3.12" - - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install ruff pytest - pip install -e . + - name: Install ruff + run: pip install ruff - name: Run linter run: ruff check gitignore_generator/ tests/ - - - name: Run tests - run: python -m pytest tests/test_validator.py -v --tb=short