Skip to content

Run arviz compatibility job in GitHub Actions #4256

Closed
@MarcoGorelli

Description

@MarcoGorelli

xref this job which was run by TravisCI

jobs:
  include:
  - name: ArviZ compatibility
    stage: test
    install:
      - . ./scripts/create_testenv.sh
      - conda activate testenv
      # replace ArviZ with the latest master
      - pip install git+git://github.com/arviz-devs/arviz.git
      - pip install codecov
      - conda list && pip freeze
      - export FLOATX='float64'
    script:
      - . ./scripts/test.sh --durations=10 --cov-append pymc3/tests/test_sampling.py
    after_success: skip

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions