We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab5a1b commit 6aba7fbCopy full SHA for 6aba7fb
1 file changed
.github/workflows/CD-publish_to_pypi.yml
@@ -50,16 +50,14 @@ jobs:
50
- name: Checkout code
51
uses: actions/checkout@v4
52
53
- - name: Set up Python
54
- uses: actions/setup-python@v5
55
- with:
56
- python-version: 3.11.10
57
-
58
- name: Install uv
59
uses: astral-sh/setup-uv@v6
60
with:
61
enable-cache: true
62
+ - name: Set up Python 3.11.10
+ run: uv python install 3.11.10
+
63
- name: Install dependencies
64
run: uv sync --all-groups
65
0 commit comments