rollback dependency changes

This commit is contained in:
generall
2024-02-05 15:12:32 +01:00
parent 683fb1a6df
commit da16752e57
3 changed files with 12 additions and 1607 deletions

View File

@@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install poetry
poetry config virtualenvs.create false
poetry install --no-interaction --no-ansi --without dev
poetry install --no-interaction --no-ansi
- name: Run tests
run: |
export IS_UBUNTU_CI=$(test "${{ matrix.os }}" = "ubuntu-latest" && echo "true" || echo "false")