Skip to content

Commit

Permalink
Remove setup tools
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilaair committed Sep 3, 2023
1 parent 0db560f commit c3651c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ jobs:
run: |
sudo wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
sudo chmod +x /usr/local/bin/appimagetool
- name: Set setuptools to version ^65
run: |
sudo pip3 install --upgrade setuptools=65
- name: Install appimage-builder
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ jobs:
sudo wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
sudo chmod +x /usr/local/bin/appimagetool
- name: Set setuptools to version ^65
run: |
sudo pip3 install --upgrade setuptools=65
- name: Install appimage-builder
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ jobs:
sudo wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
sudo chmod +x /usr/local/bin/appimagetool
- name: Set setuptools to version ^65
run: |
sudo pip3 install --upgrade setuptools=65
- name: Install appimage-builder
run: |
sudo pip3 install appimage-builder
Expand Down

0 comments on commit c3651c2

Please sign in to comment.