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 e034985 commit 5c64702Copy full SHA for 5c64702
.github/workflows/build-ci.yml
@@ -31,6 +31,8 @@ jobs:
31
git clone https://github.com/OpenSourceBrain/moose-core.git
32
cd moose-core
33
git checkout nml2_updates_3
34
+
35
+ pip install jupyter_packaging
36
python setup.py install
37
38
pip list
0 commit comments