Skip to content

Commit

Permalink
fix python 3.11->3.12 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
awnion committed Oct 10, 2023
1 parent a68dc7e commit ad539f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy

on:
workflow_dispatch:
push:
branches:
- main
Expand All @@ -22,7 +23,8 @@ jobs:
uses: actions/checkout@v4

- name: Setup policy
uses: cuchi/jinja2-action@v1.2.1
# pin python 3.11
uses: ajeffowens/jinja2-action@90dab3da2215932ea86d2875224f06bbd6798617
with:
template: .ci/s3/policy.json.j2
output_file: site/policy.json
Expand Down

0 comments on commit ad539f4

Please sign in to comment.