Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
t3tra-dev committed Feb 19, 2025
1 parent b507669 commit 47bdc9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- name: "Set up Python"
uses: actions/setup-python@v5
with:
Expand All @@ -32,6 +29,8 @@ jobs:
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
wget https://github.com/sharkdp/hyperfine/releases/download/v1.19.0/hyperfine_1.19.0_amd64.deb
sudo dpkg -i hyperfine_1.19.0_amd64.deb
sudo curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync
- name: Build
run: |
Expand Down

0 comments on commit 47bdc9d

Please sign in to comment.