File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 - name : " Build Docs"
5151 run : |
5252 python -m pip install -U pip
53+ python -m pip install --group dev
5354 python -m pip install -U pdoc
5455 #python -m pip install -e .
5556 python -m pdoc -t docs -o "${{ inputs.path }}" \
7677 echo "${results}"
7778 echo "::endgroup::"
7879 markdown='Artifacts: `${{ inputs.path }}`\n```text\n'"${results}"'\n```'
79- echo -e "${markdown}" >> $GITHUB_STEP_SUMMARY
80+ echo -e "${markdown}" >> " $GITHUB_STEP_SUMMARY"
8081
8182 - name : " Upload Pages Artifact"
8283 if : ${{ inputs.name == 'github-pages' }}
Original file line number Diff line number Diff line change 7474
7575 - name : " Test ${{ matrix.version }}"
7676 run : |
77- source .venv/bin/activate
7877 pytest -s
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ dev = [
4040 " requests" ,
4141 " ruff" ,
4242 " setuptools" ,
43+ " tombi; python_version>='3.10'" ,
4344 " ty" ,
4445 " types-requests" ,
4546 " validate-pyproject[all]" ,
You can’t perform that action at this time.
0 commit comments