Skip to content

Remove time offset in code - user is responsible for providing time-p… #281

Remove time offset in code - user is responsible for providing time-p…

Remove time offset in code - user is responsible for providing time-p… #281

Workflow file for this run

# tests installation of Ambit in devenv Docker container and execution of tests
name: testing
on:
push
jobs:
container-job:
runs-on: ubuntu-latest
container:
image: ghcr.io/marchirschvogel/ambit:devenv
steps:
- name: Checkout Ambit
run: git clone https://github.com/marchirschvogel/ambit.git
- name: Install latest Ambit dev version
run: python3 -m pip install git+https://github.com/marchirschvogel/ambit.git --no-cache-dir
- name: Switch to Ambit tests folder
run: cd ambit/tests
- name: Run Ambit tests
run: pytest