Skip to content

Commit

Permalink
fixing python to 3.11 for summarize
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgordonbell committed Nov 6, 2023
1 parent dcd1e78 commit f7fef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/summarize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # This will get the latest version of Python 3
python-version: '3.11' # This will get the latest version of Python 3

- name: Create a new branch and make changes
run: |
Expand Down

0 comments on commit f7fef04

Please sign in to comment.