diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index bd5543a2..1e2d8a70 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -17,6 +17,13 @@ jobs: - name: Checkout the repository uses: actions/checkout@v4.1.7 + - name: Set up Python + uses: actions/setup-python@v5 + with: + python-version-file: ".python-version" + cache: "pip" + cache-dependency-path: "requirements.txt" + - name: Run pre-commit uses: pre-commit/action@v3.0.1