Skip to content

Commit 4733bc0

Browse files
committed
fixing workflow
1 parent 14c2bfd commit 4733bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
${{ runner.os }}-pip-
4545
${{ runner.os }}-
4646
- name: Upgrade setuptools
47-
if: matrix.python-version => 3.12
47+
if: matrix.python-version >= 3.12
4848
run: |
4949
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
5050
pip install --upgrade setuptools

0 commit comments

Comments
 (0)