From dd22992bd6d4495b981e7175633b4599492da853 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Tue, 19 Nov 2024 23:27:37 +0900 Subject: [PATCH] Install setuptools for python 3.13 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05a75bb..41ad623 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install run: | + pip install setuptools pip install .[all] - name: Test run: |