CI: Install the six python package

Needed for WPT.
This commit is contained in:
Timothy Flynn 2024-05-08 06:37:17 -04:00 committed by Andrew Kaster
parent d7dc279ba8
commit 520667bda0
Notes: sideshowbarker 2024-07-17 01:28:15 +09:00

View File

@ -54,7 +54,7 @@ runs:
# The setup-python action set default python to python3.x. Note that we are not using system python here.
run: |
python -m pip install --upgrade pip
pip install flake8 requests
pip install flake8 requests six
- name: 'Install Dependencies'
if: ${{ inputs.os == 'Serenity' }}