Skip to content

Commit

Permalink
ci(rebase): fix smoketest windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mariugul committed Sep 3, 2024
1 parent b57ff79 commit 71e17dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71e17dc

Please sign in to comment.