Skip to content

Commit

Permalink
Merge branch 'master' into dll_rebased_onto_master
Browse files Browse the repository at this point in the history
  • Loading branch information
ronald-jaepel authored Apr 23, 2024
2 parents 466cc4b + 31ae347 commit ef2fc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Test Wheel install and import
run: |
python -c "import cadet; print(cadet.__version__)"
cd ..
- name: Test with pytest
run: |
pip install .[testing]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@
],
}
)

0 comments on commit ef2fc2c

Please sign in to comment.