We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4365f5a commit e55ee6aCopy full SHA for e55ee6a
.github/workflows/test.yml
@@ -137,5 +137,5 @@ jobs:
137
cd examples/jupyter_path_entrypoint_flit
138
${{ matrix.py-cmd }} -m flit install --pth-file
139
${{ 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
+ cat paths.txt | grep jupyter_path_entrypoint_flit/share/jupyter
+ cat paths.txt | grep jupyter_path_entrypoint_flit/etc/jupyter
0 commit comments