Skip to content

Centralize tqdm handling and showing progress in CI #357

Centralize tqdm handling and showing progress in CI

Centralize tqdm handling and showing progress in CI #357

Workflow file for this run

# This workflow builds and checks the package for release
name: Build
on:
pull_request:
# Check all PR
jobs:
build:
if: github.repository == 'NMRLipids/FAIRMD_lipids'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.13"
- run: pip install tox
- name: Test build integrity
run: tox -e build