From fcbf3e80188d04faf47ebc37a138e6dba4762588 Mon Sep 17 00:00:00 2001 From: zsbai Date: Wed, 16 Oct 2024 17:57:42 +0100 Subject: [PATCH] remove python dependencies --- .github/workflows/destversion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/destversion.yml b/.github/workflows/destversion.yml index 1ecd5b9..cf463fe 100644 --- a/.github/workflows/destversion.yml +++ b/.github/workflows/destversion.yml @@ -20,4 +20,4 @@ jobs: - name: Check new version and push env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: sudo apt update && sudo apt install python3 python3-pip -y && pip install lxml requests && bash -x ./scripts/destVersionForMac.sh ${{ github.event.inputs.download_link }} + run: bash -x ./scripts/destVersionForMac.sh ${{ github.event.inputs.download_link }}