Skip to content

Commit

Permalink
Update ci.yml with MacOS Env
Browse files Browse the repository at this point in the history
  • Loading branch information
qidanrui authored Dec 18, 2023
1 parent 2b494be commit dbfb535
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
fail-fast: false
matrix:
python: ["3.10", "3.11"]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- os: ubuntu-latest
install_graphviz:
sudo apt-get install graphviz libgraphviz-dev
- os: macos-latest
install_graphviz: brew install graphviz
- os: windows-latest
install_graphviz:
choco install graphviz --version=2.48.0;
Expand Down Expand Up @@ -63,4 +65,4 @@ jobs:
# run: poetry run pylint dbgpt_hub || true

- name: Build binary dependencies
run: poetry build
run: poetry build

0 comments on commit dbfb535

Please sign in to comment.