diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9acbdcc..604f089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,5 +34,5 @@ jobs: python -m pip install --upgrade pip pip install flake8 pytest tox tox-gh-actions pip install -r requirements.txt - - name: Test with tox - run: tox \ No newline at end of file + # - name: Test with tox + # run: tox \ No newline at end of file diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9fa5bbd..c986263 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 0.0.5 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.8" # Build documentation in the "docs/" directory with Sphinx sphinx: