Skip to content

Commit

Permalink
Merge "tests: fix for tomli install"
Browse files Browse the repository at this point in the history
  • Loading branch information
xqt authored and Gerrit Code Review committed Nov 24, 2024
2 parents a98a4e9 + 8fde0bf commit 7fb39de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oauth_tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
pip install mwoauth
pip install packaging
pip install requests
pip install "tomli >= 2.02; python_version < '3.11"
pip install "tomli >= 2.02; python_version < '3.11'"
- name: Generate family files
if: ${{ matrix.family == 'wpbeta' }}
Expand Down

0 comments on commit 7fb39de

Please sign in to comment.