Skip to content

chore(deps): bump pyphen from 0.15.0 to 0.17.2 #1177

chore(deps): bump pyphen from 0.15.0 to 0.17.2

chore(deps): bump pyphen from 0.15.0 to 0.17.2 #1177

name: pull-request-test
on: pull_request
env:
PYTHON_VERSION: "3.10"
jobs:
build-on-merge-request:
name: build-on-merge-request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.1
- name: Setup Python
uses: actions/setup-python@v6.1.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Upgrade pip
run: |
python3 -m pip install --upgrade pip
python3 -m pip -V
- name: Install dependencies
run: python3 -m pip install -r ./requirements.txt
- run: mkdocs build --config-file ./mkdocs.yml