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.
1 parent 3ab82c8 commit 97b2779Copy full SHA for 97b2779
.github/workflows/ci-cd.yml
@@ -63,8 +63,6 @@ jobs:
63
fetch-depth: 0
64
- name: Install the latest version of uv
65
uses: astral-sh/setup-uv@v7
66
- - name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
67
- uses: actions/setup-python@v6
68
with:
69
python-version: ${{ matrix.python-version }}
70
- name: Install tox
@@ -127,8 +125,6 @@ jobs:
127
125
128
126
129
130
- - name: Set up Python ${{ matrix.python-version }}
131
132
133
134
0 commit comments