Skip to content

Commit cf130ef

Browse files
committed
TL: introducing modern python tactics in ci 🤓
1 parent 1f5a201 commit cf130ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
- name: Install additional packages as needed
5656
run: |
5757
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 .
5862
- name: Run pytest for CPU stuff
5963
run: |
6064
echo "print('Loading sitecustomize.py...')

0 commit comments

Comments
 (0)