mirror of
https://github.com/wekan/wekan.git
synced 2026-03-06 05:40:16 +01:00
Update Python version to 3.13 in Selenium UI testing workflow
This commit is contained in:
parent
64bec1a886
commit
8bef2a2f8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ui-testing.yml
vendored
2
.github/workflows/ui-testing.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.13'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue