Skip to content

Commit

Permalink
chore: Old pydot only for 3.7 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fgmacedo committed Oct 28, 2024
1 parent 6dccbc4 commit be364ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --all-extras
- name: Install old pydot for 3.7 only
if: matrix.python-version == 3.7
run: |
source .venv/bin/activate
pip install pydot==2.0.0
#----------------------------------------------
# run ruff
#----------------------------------------------
Expand Down

0 comments on commit be364ff

Please sign in to comment.