diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index c249621..4c3145e 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -25,7 +25,7 @@ jobs: - name: "Set up Python" uses: actions/setup-python@v5 with: - python-version-file: "pyproject.toml" + python-version: "3.11" - name: Create venv and install run: uv sync --all-extras --dev diff --git a/.gitignore b/.gitignore index fc04c65..97a06d1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ \#*\# .\#* *~ +!.github/ # Byte-compiled / optimized / DLL files __pycache__/