浏览代码

ded a step to install mandatory Python packages as part of the publishing process.

Jean-Robin 1 月之前
父节点
当前提交
c2a76f3ca7
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .github/workflows/publish.yml

+ 5 - 0
.github/workflows/publish.yml

@@ -27,6 +27,11 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
+      - name: Install mandatory Python packages
+        run: |
+          python -m pip install --upgrade pip
+          pip install requests
+
       - name: Verify if all releases exist
         run: |
           python tools/release/check_releases.py dist ${{ github.event.inputs.version }}