Skip to content

Bump pywikibot from 9.6.0 to 9.6.1 #23

Bump pywikibot from 9.6.0 to 9.6.1

Bump pywikibot from 9.6.0 to 9.6.1 #23

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 .