Skip to content

Commit

Permalink
temp disable selenium (need to use yum instead of apt)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeliton committed Feb 21, 2024
1 parent b8b020c commit e50ef73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e50ef73

Please sign in to comment.