Skip to content

remove pathtools dependency #120

remove pathtools dependency

remove pathtools dependency #120

Workflow file for this run

name: Check Docs
on:
pull_request:
push:
jobs:
build:
runs-on: ${{ matrix.os }}
environment:
name: checkdocs
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
os: [ubuntu-latest]
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e ".[test]"
- name: Check Docs
run: |
python setup.py checkdocs