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 1f5a201 commit cf130efCopy full SHA for cf130ef
.github/workflows/ci_pipeline.yml
@@ -55,6 +55,10 @@ jobs:
55
- name: Install additional packages as needed
56
run: |
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 .
62
- name: Run pytest for CPU stuff
63
64
echo "print('Loading sitecustomize.py...')
0 commit comments