From eb1a762e47b2ed400ec4fd29069a68a3078c6793 Mon Sep 17 00:00:00 2001 From: nberr Date: Tue, 27 Feb 2024 19:31:05 -0700 Subject: [PATCH] changed workflow --- .github/workflows/local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index a9768de..0f40136 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -22,7 +22,7 @@ jobs: - name: Install chromedriver run: | - brew cask install chromedriver + brew install chromedriver - name: Install Requirements run: |