Skip to content

Commit

Permalink
gh action update
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Apr 22, 2021
1 parent 799e561 commit 86c31dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on: workflow_dispatch
env:
CIBW_SKIP: cp2* pp* cp35* cp36*
CIBW_BEFORE_BUILD: pip install -r requirements.txt --upgrade
CIBW_ARCHS_WINDOWS: auto64

jobs:
build_wheels:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ jobs:
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install libcurl4-openssl-dev python3-rpy2 libmlpack-dev r-base-dev python3-dev pandoc
sudo Rscript -e "install.packages(c('genie', 'Rcpp', 'tinytest', 'RcppArmadillo', 'RcppMLPACK', 'knitr', 'roxygen2'))"
sudo Rscript -e "install.packages(c('genie', 'Rcpp', 'tinytest', 'roxygen2', 'pkgbuild'))"
#sudo Rscript -e "devtools::install_github('gagolews/Rd2rst')"
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt --upgrade; fi
pip install flake8 pytest --upgrade
pip install sphinx numpydoc sphinx_rtd_theme sphinx-bootstrap-theme sphinxcontrib-jsmath sphinxcontrib-bibtex --upgrade
pip install rpy2 mlpack pweave ipython jupyter tabulate --upgrade
pip install rpy2 pweave ipython jupyter tabulate --upgrade
- name: Install optional dependencies
continue-on-error: true
run: |
pip install mlpack --upgrade
- name: Test and check Python
run: |
make py-test
Expand Down

0 comments on commit 86c31dc

Please sign in to comment.