Skip to content

Commit 39f857c

Browse files
committed
Empty-Commit
1 parent 030fe75 commit 39f857c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
# Test with older Trino versions for backward compatibility
4444
- { python: "3.10", trino: "351" } # first Trino version
4545
env:
46+
TOX_PARALLEL_NO_SPINNER: 1
4647
TRINO_VERSION: "${{ matrix.trino }}"
4748
steps:
4849
- uses: actions/checkout@v2

.pre-commit-config.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ repos:
1818
rev: "1.2.0b3"
1919
hooks:
2020
- id: poetry-check
21-
- id: poetry-lock

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Start by forking the repository and then modify the code in your fork.
419419

420420
Clone the repository and go inside the code directory.
421421

422-
Python dependencies are managed using [Poetry](https://python-poetry.org/) which helps to ensure the project is managed in a deterministic way. Currently this project leverages [dependency groups](https://python-poetry.org/docs/master/managing-dependencies/) which are a pre-release feature and thus Poetry should be installed via:
422+
Python dependencies are managed using [Poetry](https://python-poetry.org/) which helps to ensure the project is managed in a deterministic way. Poetry [creates a virtual environment](https://python-poetry.org/docs/managing-environments/) to aid with the process. Currently this project uses [dependency groups](https://python-poetry.org/docs/master/managing-dependencies/) which are a pre-release feature (denoted by the `--preview` flag) and thus Poetry should be installed via:
423423

424424
```
425425
$ curl -sSL https://install.python-poetry.org | python3 - --preview

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)