We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d5fea commit d1719ccCopy full SHA for d1719cc
1 file changed
.github/workflows/test.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Set up Python
57
uses: actions/setup-python@v6
58
with:
59
- python-version: 3.12
+ python-version-file: "pyproject.toml"
60
61
- name: Create virtual environment
62
run: |
@@ -87,6 +87,9 @@ jobs:
87
88
89
90
+ with:
91
92
+
93
94
- name: Install uv
95
uses: astral-sh/setup-uv@v7
0 commit comments