Skip to content

Commit

Permalink
chore: update Poetry to 1.5.1 (last version supporting Python 3.7) (#793
Browse files Browse the repository at this point in the history
)
  • Loading branch information
artemrys authored Sep 26, 2023
1 parent cb287f6 commit 520dec0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 66 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
submodules: true
- name: Install dependencies
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
poetry install
poetry run pytest -v tests/unit
Expand All @@ -110,7 +110,7 @@ jobs:
python-version: 3.7
- name: Install and run tests
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
poetry install --with docs -E docker
poetry run pytest -v -m doc tests/e2e
Expand Down Expand Up @@ -198,7 +198,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
poetry install -E docker
poetry run pytest -v --splunk-version=${{ matrix.splunk.version }} -m docker -m ${{ matrix.test-marker }} tests/e2e
Expand All @@ -224,7 +224,7 @@ jobs:
run: cp -f THIRDPARTY NOTICE
- name: Install Poetry
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
- id: semantic
uses: splunk/[email protected]
with:
Expand Down
Loading

0 comments on commit 520dec0

Please sign in to comment.