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 37275d8 commit e54641dCopy full SHA for e54641d
1 file changed
.github/workflows/ci.yml
@@ -33,7 +33,9 @@ jobs:
33
pip list
34
35
- name: Install NWBE locally
36
- run: python utilities/install.py
+ run: |
37
+ pip install setuptools # for python 3.12
38
+ python utilities/install.py
39
40
- name: Final file info
41
run: |
0 commit comments