diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 688bd960..397b515f 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