Skip to content

Bump types-docutils from 0.21.0.20241005 to 0.21.0.20241128 in /server #1459

Bump types-docutils from 0.21.0.20241005 to 0.21.0.20241128 in /server

Bump types-docutils from 0.21.0.20241005 to 0.21.0.20241128 in /server #1459

Workflow file for this run

name: "CI"
on: [push, pull_request]
jobs:
server:
strategy:
matrix:
python-version: ['3.8', '3.10']
uses: superdesk/superdesk/.github/workflows/server.yml@develop
with:
python-version: ${{ matrix.python-version }}
pytest:
strategy:
matrix:
python-version: ['3.8', '3.10']
uses: superdesk/superdesk/.github/workflows/pytest.yml@develop
with:
python-version: ${{ matrix.python-version }}
client:
uses: superdesk/superdesk/.github/workflows/client.yml@develop