Skip to content

Commit

Permalink
build shenfun in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaem committed May 19, 2024
1 parent 407cc2c commit b6659aa
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ jobs:
auto-activate-base: true
- run: conda --version
- run: which python
- run: |
conda config --set always_yes yes
conda install conda-build numpy
- run: |
conda env list
conda build ./conf/conda
- run: pwd
- run: conda install pytest
- run: python setup.py build_ext -i
- run: export PYTHONPATH=$PWD:$PYTHONPATH
- run: py.test tests/
#- run: |
# conda config --set always_yes yes
# conda install conda-build numpy
#- run: |
# conda env list
# conda build ./conf/conda

0 comments on commit b6659aa

Please sign in to comment.