Skip to content

Commit

Permalink
tests: install fake_useragent != 2.0 for Python 3.8" for github action
Browse files Browse the repository at this point in the history
Change-Id: Ibe1348d0307bdb5807b9f131386a005d7c144f19
  • Loading branch information
xqt committed Dec 7, 2024
1 parent 0e26b5d commit acc0a35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pywikibot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install wikitextparser
pip install "fake_useragent != 2.0.0; python_version=='3.8'"
- name: Install setuptools
if: ${{ (matrix.python-version >= '3.12') || (matrix.os == 'macOS-latest') }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sysop_write_tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
pip --version
if [ -f dev-requirements.txt ]; then pip install -r dev-requirements.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install "fake_useragent != 2.0.0; python_version=='3.8'"
- name: Generate user files
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
pip install -r dev-requirements.txt
pip install -r requirements.txt
pip install wikitextparser
pip install "fake_useragent != 2.0.0; python_version=='3.8'"
- name: Generate user files
run: |
Expand Down

0 comments on commit acc0a35

Please sign in to comment.