Skip to content

fix packaging

fix packaging #11

name: Python Package using Conda
on: [push]
jobs:
build-linux:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
strategy:
matrix:
python-version: [3.11]
max-parallel: 5
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: ezplotly_env
environment-file: conda.yaml
python-version: 3.11
auto-activate-base: false
- name: Test with notebook tests
run: |
make run_notebook_tests