Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci.yml: use Python virtual environment for macos14
because I was getting such an error: × This environment is externally managed ╰─> To install Python packages system-wide, try brew install xyz, where xyz is the package you are trying to install. If you wish to install a non-brew-packaged Python package, create a virtual environment using python3 -m venv path/to/venv. Then use path/to/venv/bin/python and path/to/venv/bin/pip.
- Loading branch information