Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
laughingman7743 committed Dec 28, 2024
1 parent 4eefb8d commit b6cdfa7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: |
sudo apt-get install python3-dev
if: matrix.python-version == '3.13'
- uses: astral-sh/setup-uv@v5
with:
python-version: ${{ matrix.python-version }}
enable-cache: true
# enable-cache: true
- run: |
make tool
Expand Down

0 comments on commit b6cdfa7

Please sign in to comment.