Skip to content

Commit e54641d

Browse files
authored
Modify CI to install setuptools for Python 3.12
1 parent 37275d8 commit e54641d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
pip list
3434
3535
- name: Install NWBE locally
36-
run: python utilities/install.py
36+
run: |
37+
pip install setuptools # for python 3.12
38+
python utilities/install.py
3739
3840
- name: Final file info
3941
run: |

0 commit comments

Comments
 (0)