Skip to content

Rename PIP2 Pip2 in all plots #12

Rename PIP2 Pip2 in all plots

Rename PIP2 Pip2 in all plots #12

Workflow file for this run

name: CI
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push: { branches: [ "main" ] }
pull_request: { branches: [ "main" ] }
jobs:
test:
runs-on: ubuntu-latest
container: condaforge/mambaforge:latest
steps:
- uses: actions/[email protected]
- name: Setup Conda Environment
run: |
apt update && apt install -y git make
make env
- name: Test Analysis
run: |
make analysis