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 75a9cc3 commit 4a0dc71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
uv venv \
&& uv sync \
&& uv pip install pip \
&& ln -s /home/linuxbrew/.linuxbrew/bin/brew /usr/local/bin/brew 2>/dev/null || true
&& echo "/home/linuxbrew/.linuxbrew/bin" >> "$GITHUB_PATH"
- name: Run tests
run: |
source .venv/bin/activate && python tests.py
source .venv/bin/activate \
&& python tests.py

0 comments on commit 4a0dc71

Please sign in to comment.