Skip to content

Commit

Permalink
chore: fix hardcoded git version
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Dec 15, 2022
1 parent 375be43 commit 1903b8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +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 remove -y git
yum install -y git224
yum upgrade git
- uses: actions/checkout@v2

Expand Down

0 comments on commit 1903b8c

Please sign in to comment.