Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert dep changes
  • Loading branch information
nchammas committed Mar 16, 2020
commit 18de9d7b9621de126240cee5e4cb9c6b16b1e64e
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: ./dev/lint-java
- name: Python
run: |
pip install -r ./dev/requirements.txt
pip install flake8 sphinx numpy
./dev/lint-python
- name: License
run: ./dev/check-license
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
sudo apt-get install -y r-base r-base-dev libcurl4-openssl-dev pandoc
- name: Install packages
run: |
pip install sphinx==2.3.1 mkdocs==1.0.4 numpy==1.18.1
pip install sphinx mkdocs numpy
gem install jekyll jekyll-redirect-from rouge
sudo Rscript -e "install.packages(c('curl', 'xml2', 'httr', 'devtools', 'testthat', 'knitr', 'rmarkdown', 'roxygen2', 'e1071', 'survival'), repos='https://cloud.r-project.org/')"
- name: Run jekyll build
Expand Down
7 changes: 2 additions & 5 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
pycodestyle==2.5.0
pydocstyle==5.0.2
flake8==3.7.9
flake8==3.5.0
jira==1.0.3
PyGithub==1.26.0
Unidecode==0.04.19
sphinx==2.3.1
numpy==1.18.1
sphinx