diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d3fc6ab..a6925f08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,7 @@ jobs: echo "/opt/poetry/bin" >> $GITHUB_PATH elif [ $RUNNER_OS = 'macOS' ]; then echo "$HOME/.poetry/bin" >> $GITHUB_PATH + fi - name: Add Poetry to PATH if: runner.os == 'Windows'