Skip to content

Commit

Permalink
🐛 (CI): Fix macos test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Isotr0py committed Apr 15, 2024
1 parent e322e9d commit 132b88f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set up Graphviz
uses: ts-graphviz/setup-graphviz@v2

- name: Create virtual environment
env:
BIN: ${{ matrix.os == 'macos-latest' && 'Scripts' || 'bin' }}
run: |
python -m venv .venv
- name: Install python dependencies
run: pip install -r requirements-dev.txt

Expand Down

0 comments on commit 132b88f

Please sign in to comment.