From d97ea83fc69f94939ef0a0a7fffda48a6d5db02e Mon Sep 17 00:00:00 2001 From: Markus Olsson Date: Thu, 16 May 2024 15:43:48 +0200 Subject: [PATCH] setuptools, where art tho? --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c7637b..d6f2239 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,13 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} + - uses: actions/setup-python@v5 + with: + python-version: 3.12.3 + cache: 'pip' + - name: Install Python setup tools + run: | + pip install setuptools - name: Install and build run: | yarn install