Skip to content

Commit

Permalink
pip
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Feb 5, 2024
1 parent ee68f5c commit a889c3b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,7 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: prepare
run: |-
apk add gawk
awk -i inplace -F: '
$1 == "root" {print $1 ":" $2 ":" $3 ":" $4 ":" $5 ":/github/home:" $7}
$1 != "root" {print $0}
' /etc/passwd
chown -R root: ~
apk add --no-cache python3 py3-pip
apk add --no-cache python3
pip3 install awscli
- uses: actions/checkout@v3
- name: setup
Expand Down

0 comments on commit a889c3b

Please sign in to comment.