Skip to content

Commit

Permalink
chore: update Poetry to 1.5.1 (last version supporting Python 3.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Sep 26, 2023
1 parent d83cc4a commit dc44141
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 87 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
with:
python-version: 3.7
- run: |
curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- run: |
poetry install
poetry run pytest -v tests/unit
Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.7
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- run: |
poetry install
poetry build
Expand All @@ -122,7 +122,7 @@ jobs:
- build
runs-on: ubuntu-latest
if: |
!contains(github.event.issue.labels.*.name, "skip-ui-tests")
!contains(github.event.issue.labels.*.name, 'skip-ui-tests')
permissions:
id-token: write
contents: read
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.7"
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.4.2
- run: curl -sSL https://install.python-poetry.org | python3 - --version 1.5.1
- id: semantic
uses: splunk/[email protected]
with:
Expand Down
Loading

0 comments on commit dc44141

Please sign in to comment.