Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac broken with Nix #10

Open
wd15 opened this issue Apr 15, 2022 · 0 comments
Open

Mac broken with Nix #10

wd15 opened this issue Apr 15, 2022 · 0 comments

Comments

@wd15
Copy link
Collaborator

wd15 commented Apr 15, 2022

Following does not work with Nix on Mac:

python -c 'import send2trash; print(send2trash.__path__)'

and

jupyter notebook --no-browser

Can

name: MacOS Bug with Nix
on: [push, pull_request]
jobs:
  pygraspi-nix-test:
    runs-on: macos-latest
    defaults:
      run:
        working-directory: .
    steps:
      - uses: actions/[email protected]
      - uses: cachix/[email protected]
        with:
          nix_path: nixpkgs=channel:nixos-unstable
      - run: nix-shell --pure --command "python -c 'import send2trash; print(send2trash.__path__)'"
      - run: nix-shell --pure --command "jupyter notebook --no-browser"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant