Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Jan 5, 2024
1 parent afdef8d commit 7be39a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ jobs:
with:
ref: develop

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
- name: Install dependencies (Py${{ matrix.python-version }})
run: |
pipx install pdm --python python
pipx install pdm --python python${{ matrix.python-version }}
pdm install -G test -q
- name: Prepare config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Install dependencies
run: |
pipx install pdm
pdm install -G doc --no-default --no-self
pdm install -G doc --no-default --no-self -q
- name: Build
run: |
pdm run mkdocs build -d site -s
pdm run mkdocs build -d site -s -q
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7be39a9

Please sign in to comment.