Skip to content

Commit c1be6e5

Browse files
authored
Update to fix pre-commit checks (#89)
* Add Python version to setup action Signed-off-by: Webster Mudge <[email protected]>
1 parent 75a08f8 commit c1be6e5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-python@v5
28+
with:
29+
python-version: '3.12'
2830
- uses: pre-commit/[email protected]

aws/bindep.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
# System dependencies for AWS cldr-runner
1616

17-
unzip
17+
unzip

base/execution-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
python: requirements.txt
3232
system: bindep.txt
3333
python_interpreter:
34-
package_system: "python39"
34+
package_system: "python39"
3535

3636
additional_build_files:
3737
- src: bashrc
@@ -40,7 +40,7 @@ additional_build_files:
4040
additional_build_steps:
4141
prepend_base:
4242
- 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
4444
prepend_builder:
4545
- RUN yum install -y yum-utils && yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
4646
prepend_final:

0 commit comments

Comments
 (0)