Skip to content

Commit

Permalink
update Python version to 3.11 for test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed May 22, 2023
1 parent 1528274 commit 04df594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-ide-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release @pybricks/ide-docs

on:
push:
tags:
tags:
- '@pybricks/ide-docs/**'

jobs:
Expand All @@ -16,10 +16,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Python 3.8
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.11
- name: Install dependencies
run: |
pip install poetry
Expand Down

0 comments on commit 04df594

Please sign in to comment.