diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ca3c427f5..1f44d253e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -27,7 +27,7 @@ jobs: conda activate gt4sd pip install --no-deps . # make sure we can build docs using specific dependencies - pip install "attrs==20.3.0" "markdown-it-py==0.6.2" + pip install "attrs==20.3.0" "markdown-it-py==1.0.0" cd docs && make html && cd .. - name: Commit documentation changes run: | diff --git a/.github/workflows/pypi.yaml b/.github/workflows/pypi.yaml index a83275393..16e988b2a 100644 --- a/.github/workflows/pypi.yaml +++ b/.github/workflows/pypi.yaml @@ -16,7 +16,7 @@ jobs: max-parallel: 3 matrix: python-version: - - 3.10 + - "3.10" - 3.8 - 3.7 os: