Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Adding Principal Covariates Classification (PCovC) Code #222

Adding Principal Covariates Classification (PCovC) Code

Adding Principal Covariates Classification (PCovC) Code #222

Workflow file for this run

# This workflow builds and checks the package for release
name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: install tests dependencies
run: python -m pip install tox
- name: Test build integrity
run: tox -e build
Morty Proxy This is a proxified and sanitized view of the page, visit original site.