There was an error while loading. Please reload this page.
1 parent a414628 commit ce58382Copy full SHA for ce58382
1 file changed
.github/workflows/release.yml
@@ -717,6 +717,7 @@ jobs:
717
max_attempts: 3
718
shell: bash
719
command: |
720
+ set -e
721
python3 -m venv venv
722
source venv/bin/activate || source venv/Scripts/activate
723
poetry install
@@ -946,4 +947,3 @@ jobs:
946
947
prerelease: ${{ !(steps.version.outputs.is_stable == 'true') }}
948
949
# Retry CI after transient upload-artifact timeout.
-
0 commit comments