Skip to content

Commit

Permalink
even simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 4, 2021
1 parent 4365f5a commit e55ee6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ jobs:
cd examples/jupyter_path_entrypoint_flit
${{ matrix.py-cmd }} -m flit install --pth-file
${{ matrix.py-cmd }} -m jupyter --paths | tee paths.txt
cat paths.txt | grep entry_point_example_flit/share/jupyter
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 comments on commit e55ee6a

Please sign in to comment.