Skip to content

Commit aa87dc7

Browse files
committed
🚧(notebook) ci job build, add python version
1 parent cf7b194 commit aa87dc7

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/notebook.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
uses: actions/setup-python@v5
2828
- name: Install the project
2929
run: uv sync --locked --all-extras --dev
30+
with:
31+
python-version-file: "./src/notebook/.python-version"

bin/git-commit-msg-hook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# read commit message
44
MESSAGE=$(cat "$1")

src/notebook/.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12

src/notebook/hello_csp.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)