Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 199c5c5

Browse files
authored
Merge pull request #2 from MauGx3/copilot/fix-python-version-discovery
[WIP] Fix test discovery for correct Python version
2 parents 378fefb + 122b70f commit 199c5c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pyright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.10]
16+
python-version: ["3.10"]
1717
poetry-version: [1.3.2]
1818
steps:
1919
- name: Checkout repository

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
python-version: [3.10, 3.11]
16+
python-version: ["3.10", "3.11"]
1717
poetry-version: [1.3.2]
1818
steps:
1919
- name: Checkout repository

0 commit comments

Comments
 (0)