Skip to content

Commit ef058f0

Browse files
author
Alexandre Lissy
committed
fix Windows tests
1 parent 67290d4 commit ef058f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/enterprise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358
359359
- name: "install deps"
360360
run: |
361-
curl -sSL https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-win32.zip
361+
Invoke-WebRequest -Uri https://github.com/mozilla/geckodriver/releases/download/v0.36.0/geckodriver-v0.36.0-win32.zip -OutFile geckodriver-v0.36.0-win32.zip
362362
C:\mozilla-build\bin\unzip.exe geckodriver-v0.36.0-win32.zip
363363
. venv_tests/bin/activate
364364
pip3 install -r requirements.txt

0 commit comments

Comments
 (0)