8000 fix binder install issue. (#77) · sassoftware/sas_kernel@66541c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66541c2

Browse files
authored
fix binder install issue. (#77)
* add sas2nb for binder and SO question * bump version 2.4.4 after merge * add iris.sas test file * change github workflow to not upload wheel. * workaround binder wheel install issue.
1 parent d2f6084 commit 66541c2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

binder/postBuild

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
# limitations under the License.
1717
#
1818

19-
pip install --force-reinstall -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple SAS-kernel==2.4.4.dev8
19+
# pip install --force-reinstall -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple SAS-kernel==2.4.4.dev8
20+
21+
pip install --force-reinstall --no-deps . --no-binary :all:
2022

2123
# copy sascfg_personal.py to default location
2224
mkdir -p ~/.config/saspy/
@@ -33,7 +35,7 @@ jupyter nbextension enable sas_kernel.showSASLog --py
3335
jupyter nbextension install --py sas_kernel.theme --user
3436
jupyter nbextension enable sas_kernel.theme --py
3537

36-
jupyter nbextension list
38+
# jupyter nbextension list
3739

3840
## build sas2nb from source
3941
# git clone https://github.com/jld23/sas_kernel_ext.git

sas_kernel/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = '2.4.5'
16+
__version__ = '2.4.7'

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
description = A SAS kernel for Jupyter
33
# description_file = file: README.md
4-
long_description = file: README.md
4+
long_description = README.md
55
author = Jared Dean
66
license = Apache Software License
77
license_file = LICENSE.txt
@@ -35,7 +35,7 @@ setup_requires =
3535
jupyter_client >= 6
3636
ipython >= 7
3737

38-
include_package_data = True
38+
# include_package_data = True
3939

4040
[options.extras_require]
4141
jlab_ext =

0 commit comments

Comments
 (0)
0