Skip to content

Commit 959c538

Browse files
should fail CI -- installing to a custom dir without setting PYTHONPATH
1 parent 0d42875 commit 959c538

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@ jobs:
5555
- name: Run pre-setup and install
5656
shell: bash -el {0}
5757
run: |
58+
mkdir local-python
59+
export PIP_TARGET=$PWD/local-python
5860
python pre_setup.py
5961
python -m pip install .
62+
chmod -R -w local-python
6063
6164
- name: Run tests
6265
shell: bash -el {0}

0 commit comments

Comments
 (0)