No need to pin poetry since release of 1.2.0.
This commit is contained in:
parent
2a04a4fa27
commit
da041a2d46
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install "poetry==1.2.0a2"
|
python -m pip install poetry
|
||||||
- name: Configure poetry
|
- name: Configure poetry
|
||||||
run: python -m poetry config virtualenvs.create false
|
run: python -m poetry config virtualenvs.create false
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue