mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-15 10:38:31 +02:00
remove dev dependency that breaks with python 3.10
This commit is contained in:
parent
11efc624d6
commit
2d420b277e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/testing.yaml
vendored
4
.github/workflows/testing.yaml
vendored
|
@ -51,7 +51,9 @@ jobs:
|
||||||
|
|
||||||
- name: Install poetry (Prerelease)
|
- name: Install poetry (Prerelease)
|
||||||
if: ${{ matrix.python-version == '3.10-dev' }}
|
if: ${{ matrix.python-version == '3.10-dev' }}
|
||||||
run: pip install poetry==1.2.0a1
|
run: |
|
||||||
|
pip install poetry==1.2.0a1
|
||||||
|
poetry remove --dev pytest-clarity
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue