We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf57e2 commit ff68785Copy full SHA for ff68785
binder/postBuild
@@ -1,5 +1,5 @@
1
#!/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
+curl -L https://github.com/mozilla/geckodriver/releases/download/v0.26.0/geckodriver-v0.26.0-linux64.tar.gz > geckodriver.tar.gz
3
tar -xzf geckodriver.tar.gz -C /srv/conda/bin/
4
pip install -e .
5
python -m robotkernel.install --sys-prefix
0 commit comments