Skip to content

Commit

Permalink
fix(ci): only install dev tools in ubuntu (#3931)
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin authored Jan 8, 2025
1 parent f1f4c37 commit 9cc5396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:

- name: Install Build Dependencies
run: sudo apt-get install build-essential libpq-dev python3-dev -y
if: startsWith(inputs.os, 'ubuntu')

- name: Install uv
uses: astral-sh/setup-uv@v5
Expand Down

0 comments on commit 9cc5396

Please sign in to comment.