Skip to content

Commit

Permalink
ci: no user prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Chu committed Oct 20, 2023
1 parent 31944af commit c4fa0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Update Git on Container
run: |
yum install -y https://repo.ius.io/ius-release-el7.rpm https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum upgrade git
yum upgrade -y git
- uses: actions/checkout@v2

Expand Down

0 comments on commit c4fa0b4

Please sign in to comment.