mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 18:16:28 +01:00
Add CI for Python API
This commit is contained in:
parent
a733990fb4
commit
de443ff30b
15
.github/workflows/test-build.yml
vendored
15
.github/workflows/test-build.yml
vendored
@ -60,6 +60,21 @@ jobs:
|
||||
run: make distcheck
|
||||
working-directory: _build
|
||||
|
||||
- name: Setup the virtual environment
|
||||
run: |
|
||||
python3 -m venv --clear pyqmckl
|
||||
source pyqmckl/bin/activate
|
||||
|
||||
- name: Install the Python requirements
|
||||
run: pip install -r requirements.txt
|
||||
working-directory: python
|
||||
|
||||
- name: Install the Python API
|
||||
run: make python-install
|
||||
|
||||
- name: Test the Python API
|
||||
run: make python-test
|
||||
|
||||
x86_macos:
|
||||
|
||||
runs-on: macos-latest
|
||||
|
@ -1 +0,0 @@
|
||||
__version__ = "0.2.0"
|
Loading…
Reference in New Issue
Block a user