Skip to content

Commit

Permalink
update: specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Oct 27, 2023
1 parent cb1bf95 commit 3077122
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/summarizer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run summarizer.py
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11.6

0 comments on commit 3077122

Please sign in to comment.