Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Nov 13, 2023
1 parent bbd4d58 commit 503a90a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- name: Test
run: |
cd lite
cd ui-tests
jlpm run test --browser ${{ matrix.browser }}
Expand All @@ -96,6 +97,7 @@ jobs:
- name: Update snapshots
if: failure()
run: |
cd lite
cd ui-tests
# remove previous snapshots from other browser
jlpm run clean:snapshots
Expand Down
14 changes: 0 additions & 14 deletions lite/jupyterlite_xeus_python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,18 +427,6 @@ def main(


def build_all():
print("Building xeus-python")
# use cannonical build dir

# emsdk_install_dir = Path.home() / "emsdk_pip_build"
# emsdk_env_sh_path = emsdk_install_dir / "emsdk_env.sh"
# if emsdk_env_sh_path.exists():
# print("\n\nskip emsdk installation\n\n")
# else:
# run([EMSDK_SETUP_DIR/"setup_emsdk.sh", "3.1.45", str(emsdk_install_dir)], check=True)

# # activate emsdk (skip for now)

run([BUILD_SH], check=True)
start()

Expand All @@ -448,6 +436,4 @@ def start():


if __name__ == "__main__":
# raise NotImplementedError()
build_all()
#raise NotImplementedError()

0 comments on commit 503a90a

Please sign in to comment.