Skip to content

Fix prop cycling not working #57

Fix prop cycling not working

Fix prop cycling not working #57

Workflow file for this run

name: Build and Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: mamba-org/[email protected]
with:
environment-file: ./environment-dev.yml
init-shell: bash
create-args: --verbose
cache-environment: true
cache-downloads: false
- name: Test Ultraplot
shell: bash -el {0}
run: |
micromamba activate ultraplot-dev
pip install .
python -m pytest