Skip to content

Commit

Permalink
Update to fix pre-commit checks (#89)
Browse files Browse the repository at this point in the history
* Add Python version to setup action

Signed-off-by: Webster Mudge <[email protected]>
  • Loading branch information
wmudge authored Jul 8, 2024
1 parent 75a08f8 commit c1be6e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: pre-commit/[email protected]
2 changes: 1 addition & 1 deletion aws/bindep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# System dependencies for AWS cldr-runner

unzip
unzip
4 changes: 2 additions & 2 deletions base/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
python: requirements.txt
system: bindep.txt
python_interpreter:
package_system: "python39"
package_system: "python39"

additional_build_files:
- src: bashrc
Expand All @@ -40,7 +40,7 @@ additional_build_files:
additional_build_steps:
prepend_base:
- RUN yum install -y git
- RUN dnf clean all -y && rm -rf /var/cache/yum /var/cache/dnf /tmp/src
- RUN dnf clean all -y && rm -rf /var/cache/yum /var/cache/dnf /tmp/src
prepend_builder:
- RUN yum install -y yum-utils && yum-config-manager --add-repo https://rpm.releases.hashicorp.com/RHEL/hashicorp.repo
prepend_final:
Expand Down

0 comments on commit c1be6e5

Please sign in to comment.