From a092ad935f57cc0fcc4aa4e0459764bddf820783 Mon Sep 17 00:00:00 2001 From: Terry Date: Wed, 4 Jun 2025 16:31:17 -0300 Subject: [PATCH] ci: change from ubuntu docker version to the latest stable docker version --- .github/workflows/ci-core.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 4ee4f4a59..34aabc736 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -1,4 +1,4 @@ -# Contrinuous Integration for the core package +# Continuous Integration for the core package name: core @@ -25,6 +25,8 @@ jobs: run: poetry install --all-extras - name: Run twine check run: poetry build && poetry run twine check dist/*.tar.gz + - name: Set up Docker + uses: docker/setup-docker-action@v4 - name: Run tests run: make core/tests - name: Rename coverage file