Fix poetry version conflicts
This commit is contained in:
2
.github/workflows/test-package.yml
vendored
2
.github/workflows/test-package.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install poetry==1.1.11
|
||||
python -m pip install poetry==1.1.14
|
||||
poetry install --extras "all"
|
||||
env:
|
||||
POETRY_VIRTUALENVS_CREATE: false
|
||||
|
||||
Reference in New Issue
Block a user