Skip to content

Commit a974452

Browse files
committed
dont try to sed the file we are currently reading
1 parent 492bbb8 commit a974452

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ jobs:
8080
- run: mkdir -pv notebooks
8181
- name: Use default julia environment
8282
run: |
83-
cat ~/.local/share/jupyter/kernels/julia-1.10/kernel.json | jq | sed 's/^.*project=.*$//' > ~/.local/share/jupyter/kernels/julia-1.10/kernel.json
83+
cat ~/.local/share/jupyter/kernels/julia-1.10/kernel.json | jq | sed 's/^.*project=.*$//' > ~/.local/share/jupyter/kernels/julia-1.10/kernel.json.new
84+
mv -v ~/.local/share/jupyter/kernels/julia-1.10/kernel.json.new ~/.local/share/jupyter/kernels/julia-1.10/kernel.json
8485
cat ~/.local/share/jupyter/kernels/julia-1.10/kernel.json
8586
# - run: python3 tester.py ${{ matrix.node }}
8687
# - name: Upload new notebook

0 commit comments

Comments
 (0)