Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Nov 9, 2024
1 parent 510cb7d commit 162989a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.12"
- name: Install dependencies
run: |
sudo apt install pipx
pipx ensurepath
pipx install hatch
- name: Install Hatch
uses: pypa/hatch@install
- name: Build with hatch
run: hatch build
- name: Test with pytest
Expand Down

0 comments on commit 162989a

Please sign in to comment.