Skip to content

Commit

Permalink
register kernel as user in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cptpiepmatz committed Sep 14, 2024
1 parent d62f3d7 commit 25a7679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} (run nu-jupyter-kernel)
- run: cargo run register --system
- run: cargo run register --user
- name: Read .python-version
id: python-version
run: echo "python-version=$(cat .python-version)" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 25a7679

Please sign in to comment.