We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf2521 commit 1dc21dbCopy full SHA for 1dc21db
.github/workflows/ci_pipeline.yml
@@ -57,8 +57,7 @@ jobs:
57
micromamba install -y --file etc/environment-tests.yml --freeze-installed
58
- name: Install pySDC as a package in the current environment
59
run: |
60
- python -m pip install --upgrade pip
61
- pip install -e --no-deps .
+ pip install --no-deps -e .
62
- name: Run pytest for CPU stuff
63
64
echo "print('Loading sitecustomize.py...')
0 commit comments