From 1825b0b92c00beb35be618dd6ca4a2e1a6ef45f5 Mon Sep 17 00:00:00 2001 From: Aosen Xiong <82676488+Ao-senXiong@users.noreply.github.com> Date: Fri, 2 Aug 2024 17:02:02 -0400 Subject: [PATCH] Update setup tools and wheels for python 3.8 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7af63409..cf6cdf4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,6 +50,7 @@ jobs: - name: Install Python dependencies run: | python3 -m pip install --upgrade pip + pip install --upgrade setuptools wheel if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Spotless Check if: matrix.jdk == 11 || matrix.jdk == 17