Skip to content

Fix deprecation warnings about Traitlets tag (#50) #10

Fix deprecation warnings about Traitlets tag (#50)

Fix deprecation warnings about Traitlets tag (#50) #10

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
defaults:
run:
shell: bash -l {0}
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v2
with:
environment-name: test-env
create-args: >-
python
pip
pandas
numpy
xarray
pytest
- name: Install
run: pip install eager . coveralls pytest-cov
- name: Test coverage
run: pytest --cov=traittypes traittypes