From 71e17dc13389108fa5890ca603d77834931a85a0 Mon Sep 17 00:00:00 2001 From: mariugul Date: Tue, 3 Sep 2024 23:32:54 +0200 Subject: [PATCH] ci(rebase): fix smoketest windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 688bd96..397b515 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: }} - name: Install Poetry on Linux/macOS - if: steps.cache-poetry.outputs.cache-hit != 'true' && runner.os == 'macOS' && runner.os == 'Linux' + if: steps.cache-poetry.outputs.cache-hit != 'true' || runner.os == 'macOS' || runner.os == 'Linux' run: | if [ $RUNNER_OS = 'macOS' ]; then export POETRY_HOME=$HOME/.poetry