Skip to content

Commit

Permalink
Update courses.yml CI action to use Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano authored Jan 15, 2024
1 parent f8d22be commit d32f52b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/courses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
steps:

# We need Python
- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.8
python-version: 3.11

# We need to fetch the code where our courses.yml generator lives
- name: Fetch bi-app code
Expand Down

0 comments on commit d32f52b

Please sign in to comment.