Skip to content

Commit

Permalink
remove python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zsbai committed Oct 16, 2024
1 parent 50474d1 commit fcbf3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/destversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit fcbf3e8

Please sign in to comment.