Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate authored Nov 12, 2024
1 parent cb74d45 commit 395f1d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:

- name: Setup venv and install pip dependencies
run: |
uv venv && uv sync --all-extras --dev
uv venv \
&& uv sync \
&& uv pip install pip \
&& ln -s /home/linuxbrew/.linuxbrew/bin/brew /usr/local/bin/brew 2>/dev/null || true
- name: Run tests
run: |
Expand Down

0 comments on commit 395f1d2

Please sign in to comment.