Skip to content

Commit

Permalink
Add #* comments back to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mbklein committed Dec 19, 2024
1 parent 0435a50 commit 39823de
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 2,105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
path: ".tfvars"
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.12'
- uses: aws-actions/setup-sam@v1
- uses: aws-actions/configure-aws-credentials@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.12'
- name: Install dependencies
run: pip install -r requirements.txt
working-directory: ./docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.12'
cache-dependency-path: chat/src/requirements.txt
- run: pip install -r requirements.txt && pip install -r requirements-dev.txt
working-directory: ./chat/src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.12'
- uses: aws-actions/setup-sam@v1
- name: sam fix https://github.com/aws/aws-sam-cli/issues/4527
run: $(dirname $(readlink $(which sam)))/pip install --force-reinstall "cryptography==38.0.4"
Expand Down
Loading

0 comments on commit 39823de

Please sign in to comment.