Skip to content

Commit ed009f0

Browse files
committed
Bump geoviews.js version
1 parent d670aa9 commit ed009f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ jobs:
6666
run: |
6767
doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main --recipe=core
6868
doit package_upload --token=$CONDA_UPLOAD_TOKEN --label=dev --label=main --recipe=recommended
69+
- name: create env
70+
run: |
71+
doit env_create $CHANS_DEV --python=$PYTHON_VERSION
6972
- name: build js
7073
run: |
7174
eval "$(conda shell.bash hook)"
72-
doit env_create $CHANS_DEV --python=$PYTHON_VERSION
7375
conda activate test-environment
7476
doit develop_install $CHANS_DEV -o build
7577
python setup.py develop

0 commit comments

Comments
 (0)