Skip to content

Commit

Permalink
ci: fix doc and test ci (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Dec 17, 2024
1 parent b621451 commit a99fdbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.11"
- "3.12"
os:
- ubuntu-latest
# - macos-latest
# - windows-latest
- ubuntu-22.04

fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,8 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"

- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"

- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Install the project
run: uv sync --all-extras --dev

Expand Down

0 comments on commit a99fdbd

Please sign in to comment.