mirror of
https://github.com/cmur2/python-veml6070.git
synced 2024-12-22 00:54:23 +01:00
ci: use latest Poetry
This commit is contained in:
parent
205b6f2c6f
commit
5f9cbcdc1c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Poetry
|
||||
run: |
|
||||
pip install 'poetry>=1.1.0,<1.2.0'
|
||||
curl -sSL "https://install.python-poetry.org" | python3 -
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
poetry install
|
||||
|
Loading…
Reference in New Issue
Block a user