From 0e3a5388525064dbc5bed6e53cf42f3a26eee0c9 Mon Sep 17 00:00:00 2001 From: Alexandre Marcireau Date: Mon, 6 Nov 2023 11:55:04 +1100 Subject: [PATCH] Install upgrade --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 2987064..d0a55e0 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -49,7 +49,7 @@ jobs: name: wheelhouse path: wheelhouse - run: python -m pip install --find-links wheelhouse colourtime - shell: bash + - run: python -m pip install -U --no-index --find-links wheelhouse colourtime - run: python -c 'import colourtime' build_sdist: name: Build source distribution