mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
udpate build to poetry alpha 2 for python 3.10
This commit is contained in:
parent
b23c831da5
commit
c0e068d693
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
||||||
if: ${{ matrix.python-version == '3.10-dev' }}
|
if: ${{ matrix.python-version == '3.10-dev' }}
|
||||||
run: |
|
run: |
|
||||||
echo '::group::poetry'
|
echo '::group::poetry'
|
||||||
pip install poetry==1.2.0a1
|
pip install poetry==1.2.0a2
|
||||||
poetry config --local virtualenvs.in-project true
|
poetry config --local virtualenvs.in-project true
|
||||||
echo '::endgroup::'
|
echo '::endgroup::'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue