Skip to content

Commit

Permalink
Remove non existant pip package
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 6, 2023
1 parent 242b86a commit a259854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-22.04
container: archlinux
steps:
- run: pacman -Syu --noconfirm base-devel git pip python-pip
- run: pacman -Syu --noconfirm base-devel git python-pip
- uses: actions/[email protected]
- run: git clone https://aur.archlinux.org/python-marko.git marko && cd marko && makepkg -sif --noconfirm && cd ../ && rm -rf marko
env:
Expand Down

0 comments on commit a259854

Please sign in to comment.