Build without modifying system pip

This commit is contained in:
doctorpangloss 2024-06-17 16:57:56 -07:00
parent f227722104
commit dc6464982d

View File

@ -35,7 +35,6 @@ jobs:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --no-build-isolation .[dev]
- name: Run unit tests
run: |