Skip to content

Commit da16752

Browse files
committed
rollback dependency changes
1 parent 683fb1a commit da16752

File tree

3 files changed

+12
-1607
lines changed

3 files changed

+12
-1607
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
python -m pip install poetry
4040
poetry config virtualenvs.create false
41-
poetry install --no-interaction --no-ansi --without dev
41+
poetry install --no-interaction --no-ansi
4242
- name: Run tests
4343
run: |
4444
export IS_UBUNTU_CI=$(test "${{ matrix.os }}" = "ubuntu-latest" && echo "true" || echo "false")

0 commit comments

Comments
 (0)