Skip to content

Commit 79cd9e6

Browse files
committed
Fix CI to work with setuptools >= 80.0.0
1 parent 83d301c commit 79cd9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Install
9090
run: |
91-
LIMNORIA_WARN_OLD_PYTHON=0 python3 setup.py install
91+
LIMNORIA_WARN_OLD_PYTHON=0 pip install .
9292
9393
- name: Test with unittest
9494
run: |

0 commit comments

Comments
 (0)