Skip to content

Commit 2ac5442

Browse files
committed
CI Fixes
1 parent edf4987 commit 2ac5442

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
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 }}" \
@@ -76,7 +77,7 @@ jobs:
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' }}

.github/workflows/test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,4 @@ jobs:
7474
7575
- name: "Test ${{ matrix.version }}"
7676
run: |
77-
source .venv/bin/activate
7877
pytest -s

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]",

0 commit comments

Comments
 (0)