Skip to content

Apply fix for issue 48 #103

Apply fix for issue 48

Apply fix for issue 48 #103

name: client-python-emcee
on:
push:
pull_request:
branches:
- 'main'
jobs:
test:
runs-on: ubuntu-latest
container: ubuntu:latest
services:
model:
image: linusseelinger/benchmark-analytic-funnel:latest
ports:
- 4243:4243
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Dependencies
run: |
apt update && DEBIAN_FRONTEND="noninteractive" apt install -y python3-pip && pip3 install numpy arviz emcee umbridge
-
name: Build and run
run: |
cd clients/python && python3 emcee-client.py http://model:4243