From e50ef733940d56d1c058967f99280cc68086a087 Mon Sep 17 00:00:00 2001 From: dafeliton Date: Tue, 20 Feb 2024 16:54:59 -0800 Subject: [PATCH] temp disable selenium (need to use yum instead of apt) --- .github/workflows/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cecfeae8..ae248778 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,10 +87,11 @@ jobs: sudo yum remove python3-requests -y python3 -m pip install -r scripts/requirements.txt - - name: Install selenium dependecies for r studio - run: | - chmod +x ./scripts/selenium_setup.sh - ./scripts/selenium_setup.sh + # TODO: Re-enable and fix for yum instead of apt + #- name: Install selenium dependecies for r studio + # run: | + # chmod +x ./scripts/selenium_setup.sh + # ./scripts/selenium_setup.sh - name: Install pydoit fixed run: |