We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following does not work with Nix on Mac:
and
Can
The text was updated successfully, but these errors were encountered: