Skip to content

Commit 05555bf

Browse files
committed
Use astral uv on CI testing
1 parent 73826fd commit 05555bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
# 3.1) mnist_with_tensorboard.py with tbX
144144
python examples/mnist/mnist_with_tensorboard.py --epochs=1
145145
# 3.2) mnist_with_tensorboard.py with native torch tb
146-
uv pip uninstall -y tensorboardX
146+
uv pip uninstall tensorboardX
147147
python examples/mnist/mnist_with_tensorboard.py --epochs=1
148148
149149
- name: Run MNIST Example With Crash

0 commit comments

Comments
 (0)