Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jul 14, 2024
1 parent 8c37c7e commit d9c7d6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
key: ${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
- name: make install
if: steps.cache-venv.outputs.cache-hit != 'true'
run: make install
run: |
time curl -LsSf https://astral.sh/uv/install.sh | sh
make install
- name: make hooks
run: make hooks
2 changes: 1 addition & 1 deletion toast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ tasks:
install-packages:
command: |
apt-get update && apt-get install -y curl git make
curl -LsSf https://astral.sh/uv/install.sh | bash
curl -LsSf https://astral.sh/uv/install.sh | sh
install-node:
dependencies:
- install-packages
Expand Down

0 comments on commit d9c7d6f

Please sign in to comment.