From 7b4b1cb2303123a39eda525ac4886d1715971054 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Fri, 21 Feb 2025 22:49:46 +0000 Subject: [PATCH] ci: adding macos build to the pipeline --- .github/workflows/build.yml | 4 +++- requirements.txt | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c654ad80..1ae7365b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,9 @@ jobs: node-version: 20.18.0 - name: Install dependencies - run: yarn + run: | + pip install setuptools + yarn - name: Install Python uses: actions/setup-python@v5 diff --git a/requirements.txt b/requirements.txt index 396fb6b6..b0f63f1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ psutil Pillow flask aria2p -setuptools +