Skip to content

Commit

Permalink
rollback dependency changes
Browse files Browse the repository at this point in the history
  • Loading branch information
generall committed Feb 5, 2024
1 parent 683fb1a commit da16752
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1,607 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Loading

0 comments on commit da16752

Please sign in to comment.