Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RockfordMankiniUCSD authored Jan 30, 2024
1 parent 225a519 commit 2421181
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 2421181

Please sign in to comment.