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 +