Skip to content

Commit 1dc21db

Browse files
committed
TL: pip is a little trickster 😅
1 parent ddf2521 commit 1dc21db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ jobs:
5757
micromamba install -y --file etc/environment-tests.yml --freeze-installed
5858
- name: Install pySDC as a package in the current environment
5959
run: |
60-
python -m pip install --upgrade pip
61-
pip install -e --no-deps .
60+
pip install --no-deps -e .
6261
- name: Run pytest for CPU stuff
6362
run: |
6463
echo "print('Loading sitecustomize.py...')

0 commit comments

Comments
 (0)