diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f40d72fb..8fad5457 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -81,15 +81,11 @@ jobs: echo "Free space:" df -h - - name: Set up Python 3.8 - uses: actions/setup-python@v3 - with: - python-version: 3.8 - - name: Install pip dependencies run: | - python -m pip install --upgrade pip - pip install -r scripts/requirements.txt + sudo yum -y install python-pip + python3 -m pip install --upgrade pip + python3 -m pip install -r scripts/requirements.txt - name: Install selenium dependecies for r studio run: |