Skip to content

Commit 4a0dc71

Browse files
authored
Update tests.yml
1 parent 75a9cc3 commit 4a0dc71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
uv venv \
3434
&& uv sync \
3535
&& uv pip install pip \
36-
&& ln -s /home/linuxbrew/.linuxbrew/bin/brew /usr/local/bin/brew 2>/dev/null || true
36+
&& echo "/home/linuxbrew/.linuxbrew/bin" >> "$GITHUB_PATH"
3737
3838
- name: Run tests
3939
run: |
40-
source .venv/bin/activate && python tests.py
40+
source .venv/bin/activate \
41+
&& python tests.py

0 commit comments

Comments
 (0)