We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82198ae + 97b2779 commit 4b85c3bCopy full SHA for 4b85c3b
.github/workflows/ci-cd.yml
@@ -62,9 +62,7 @@ jobs:
62
with:
63
fetch-depth: 0
64
- name: Install the latest version of uv
65
- uses: astral-sh/setup-uv@v6
66
- - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
67
- uses: actions/setup-python@v6
+ uses: astral-sh/setup-uv@v7
68
69
python-version: ${{ matrix.python-version }}
70
- name: Install tox
@@ -126,9 +124,7 @@ jobs:
126
124
127
125
128
129
130
- - name: Set up Python ${{ matrix.python-version }}
131
132
133
134
0 commit comments