Skip to content

Commit

Permalink
remove jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Nov 27, 2024
1 parent 0393a44 commit 734361a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
# Install a specific version of uv.
version: "0.5.4"

- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Set up Python
run: uv python install

- name: Install the project
run: uv sync --all-extras --dev
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
# Install a specific version of uv.
version: "0.5.4"

- name: Set up Python 3.12
run: uv python install 3.12

- name: Set up Python
run: uv python install

- name: Install the project
run: uv sync --all-extras --dev

- name: Set up Pytest
run: uv pip install --no-cache-dir \
Expand Down

0 comments on commit 734361a

Please sign in to comment.