Skip to content

Commit

Permalink
Remove benchmark deps vom env.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
siboehm committed Jun 26, 2021
1 parent 7045e7c commit 6df42c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
linux-unittest:
name: Unit tests - ${{ matrix.PYTHON_VERSION }}
name: Linux unittest - ${{ matrix.PYTHON_VERSION }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}

win-unittest:
name: "Windows Py${{ matrix.PYTHON_VERSION }}"
name: Windows unittest - ${{ matrix.PYTHON_VERSION }}
runs-on: windows-latest
env:
CI: True
Expand Down
9 changes: 0 additions & 9 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,9 @@ dependencies:
- pre-commit
- pyarrow
- pandas
# benchmarking
- treelite
# onnxmltools currently broken for categorical models, install from master
# - onnxmltools
- onnxruntime
- seaborn
# development
- sphinx
- sphinx_rtd_theme
- numpydoc
- sphinxcontrib-apidoc
- setuptools-scm
- pip
- pip:
- "git+git://github.com/onnx/onnxmltools@master"

0 comments on commit 6df42c5

Please sign in to comment.