Skip to content

Commit ff68785

Browse files
committed
Update binder environment
1 parent faf57e2 commit ff68785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binder/postBuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
curl -L https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz > geckodriver.tar.gz
2+
curl -L https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz > geckodriver.tar.gz
33
tar -xzf geckodriver.tar.gz -C /srv/conda/bin/
44
pip install -e .
55
python -m robotkernel.install --sys-prefix

0 commit comments

Comments
 (0)