diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e166a85..6da6892 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,14 +44,13 @@ jobs: python: name: Python (ingestion) runs-on: ubuntu-latest + container: + image: nikolaik/python-nodejs:python3.12-nodejs20 defaults: run: working-directory: ingestion steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: "3.12" - name: Install run: pip install -e ".[dev]" - name: Ruff lint