Skip to content

Update docs to better describe setup and workflow #2

Update docs to better describe setup and workflow

Update docs to better describe setup and workflow #2

Workflow file for this run

name: build_test
on: [push, pull_request]
jobs:
build:
strategy:
max-parallel: 5
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment.yml
cache-environment: true
- name: Install energyPATHWAYS
run: |
pip install -e .