Skip to content

Commit

Permalink
[#951] Trying to fix circular import 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvezinet committed Dec 3, 2024
1 parent 02b6899 commit f021c3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-complete-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: install tofu
run: |
python -c "import setuptools; print(f'\nsetuptools version = {setuptools.__version__}\n')"
pip install -e ".[dev]" --no-build-isolation
- name: Test with pytest and coverage
run: |
Expand Down

0 comments on commit f021c3f

Please sign in to comment.