Skip to content

Commit

Permalink
CI intereating
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Oct 16, 2024
1 parent 78e14b9 commit bb7c277
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
mkdocs-material-
- name: Install Linux dependencies
run: sudo apt-get install -y libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev pngquant graphviz
- run: |
poetry config virtualenvs.create false --local
poetry config virtualenvs.in-project false --local
- name: Install Python dependencies
run: poetry install
- name: Run test
Expand Down

0 comments on commit bb7c277

Please sign in to comment.