Skip to content

Commit

Permalink
Update installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner authored Oct 26, 2023
1 parent 4ac1307 commit 13c0565
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_examples.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: crpropa-testing
name: crpropa-example-test
on: [push, pull_request]

jobs:
Expand Down Expand Up @@ -31,12 +31,14 @@ jobs:
run: |
mkdir build
cd build
cmake .. -DENABLE_PYTHON=True -DPYTHON_EXECUTABLE=${{ matrix.config.py }} -DENABLE_TESTING=Off -DENABLE_SWIG_BUILTIN=${{ matrix.config.swig_builtin }} -DSIMD_EXTENSIONS=native
cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local -DENABLE_PYTHON=True -DPYTHON_EXECUTABLE=${{ matrix.config.py }} -DENABLE_TESTING=Off -DENABLE_SWIG_BUILTIN=${{ matrix.config.swig_builtin }} -DSIMD_EXTENSIONS=native
export PATH=$PATH:/$HOME/.local
- name: Build CRPropa
run: |
cd build
make -j
make install
make install -j
cd
python -c "import crpropa"
- name: convert notebooks to python
run: |
cd doc/pages/example_notebooks
Expand Down

0 comments on commit 13c0565

Please sign in to comment.