Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Switch steps on Binder
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 6, 2022
1 parent 1828e0d commit da09750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder/postBuild
@@ -1,8 +1,8 @@
#!/bin/bash
set -euo pipefail

jlpm && jlpm run build
python -m pip install -e .
jlpm && jlpm run build
jlpm run develop
jupyter server extension enable retrolab
jupyter serverextension enable retrolab

0 comments on commit da09750

Please sign in to comment.