Skip to content

Commit

Permalink
Upgrade certifi and urllib3 in the GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Apr 1, 2024
1 parent ae2bcdf commit 9d86201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/robot-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements*.txt') }}
- name: Install pip dependencies
run: |
pip install --upgrade pip
pip install --upgrade pip certifi urllib3
pip install -r requirements.txt -r requirements-test.txt
- name: Run Streamlit app
run: streamlit run streamlit_app.py &
Expand Down

0 comments on commit 9d86201

Please sign in to comment.