From 1c42b036395731f94a8885641d66f4210a4c404c Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sat, 30 Mar 2024 09:31:52 +0100 Subject: [PATCH] Changes for CI tests --- .github/workflows/test_docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_docker.yml b/.github/workflows/test_docker.yml index 809d880..7925b9e 100644 --- a/.github/workflows/test_docker.yml +++ b/.github/workflows/test_docker.yml @@ -30,7 +30,7 @@ jobs: - name: Build source distribution (sdist) run: | python3 -m build --no-isolation --sdist - - name: Build binary distribution (wheel) + - name: Build binary distribution (wheel) run: | python3 -m build --no-isolation --wheel test_ubuntu: @@ -68,6 +68,6 @@ jobs: - name: Build source distribution (sdist) run: | python3 -m build --no-isolation --sdist - - name: Build binary distribution (wheel) + - name: Build binary distribution (wheel) run: | python3 -m build --no-isolation --wheel