Skip to content

Commit e55ee6a

Browse files
committed
even simpler
1 parent 4365f5a commit e55ee6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ jobs:
137137
cd examples/jupyter_path_entrypoint_flit
138138
${{ matrix.py-cmd }} -m flit install --pth-file
139139
${{ matrix.py-cmd }} -m jupyter --paths | tee paths.txt
140-
cat paths.txt | grep entry_point_example_flit/share/jupyter
141-
cat paths.txt | grep entry_point_example_flit/etc/jupyter
140+
cat paths.txt | grep jupyter_path_entrypoint_flit/share/jupyter
141+
cat paths.txt | grep jupyter_path_entrypoint_flit/etc/jupyter

0 commit comments

Comments
 (0)