File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- uses : actions/setup-python@v5
28
+ with :
29
+ python-version : ' 3.12'
28
30
-
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 14
14
15
15
# System dependencies for AWS cldr-runner
16
16
17
- unzip
17
+ unzip
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies:
31
31
python : requirements.txt
32
32
system : bindep.txt
33
33
python_interpreter :
34
- package_system : " python39"
34
+ package_system : " python39"
35
35
36
36
additional_build_files :
37
37
- src : bashrc
@@ -40,7 +40,7 @@ additional_build_files:
40
40
additional_build_steps :
41
41
prepend_base :
42
42
- RUN yum install -y git
43
- - RUN dnf clean all -y && rm -rf /var/cache/yum /var/cache/dnf /tmp/src
43
+ - RUN dnf clean all -y && rm -rf /var/cache/yum /var/cache/dnf /tmp/src
44
44
prepend_builder :
45
45
- RUN yum install -y yum-utils && yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
46
46
prepend_final :
You can’t perform that action at this time.
0 commit comments