Skip to content

Commit

Permalink
Bump deps, fix groupbys, and fix divide by zero (#147)
Browse files Browse the repository at this point in the history
* Bump dependencies.

* Fix serde issue.

* Enable serde.

* Fix pytest issues.

* Revert pytorch channel.

* Remove redundant jobs.
  • Loading branch information
benjaminrwilson authored Apr 4, 2023
1 parent 6167a4e commit 6584a85
Show file tree
Hide file tree
Showing 5 changed files with 262 additions and 211 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ on: [push, pull_request]

jobs:
test_and_build:
name: ${{ matrix.os }}_${{ matrix.venv_backend }}_py${{ matrix.python_version }}
name: ${{ matrix.os }}_py${{ matrix.python_version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
python_version:
["3.8", "3.9", "3.10"]
venv_backend:
["mamba", "virtualenv"]
defaults:
run:
shell: bash -l {0}
Expand Down
Loading

0 comments on commit 6584a85

Please sign in to comment.