Skip to content

Commit

Permalink
windows paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Mar 4, 2021
1 parent e55ee6a commit 38e3acd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ jobs:
cd examples/jupyter_path_entrypoint_setuptools
${{ matrix.py-cmd }} -m pip install -e .
${{ matrix.py-cmd }} -m jupyter --paths | tee paths.txt
cat paths.txt | grep entry_point_example_setuptools/share/jupyter
cat paths.txt | grep entry_point_example_setuptools/etc/jupyter
cat paths.txt | grep entry_point_example_setuptools.share.jupyter
cat paths.txt | grep entry_point_example_setuptools.etc.jupyter
- name: Test flit example
run: |
Expand All @@ -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 jupyter_path_entrypoint_flit/share/jupyter
cat paths.txt | grep jupyter_path_entrypoint_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 38e3acd

Please sign in to comment.