Skip to content

Merge pull request #53 from wikimedia-pl/dependabot/pip/pywikibot-9.6.1 #25

Merge pull request #53 from wikimedia-pl/dependabot/pip/pywikibot-9.6.1

Merge pull request #53 from wikimedia-pl/dependabot/pip/pywikibot-9.6.1 #25

Workflow file for this run

name: Test the Python code
on:
push:
branches: [ "master" ]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.13"
- name: Install dependencies
run: |
pip install -r requirements.txt
- name: Test with pytest
run: |
pytest -vv .