Skip to content

feat: parallelize viscosity calculation & harden melt-quench #415

feat: parallelize viscosity calculation & harden melt-quench

feat: parallelize viscosity calculation & harden melt-quench #415

name: "amorphouspy: notebook tests"
on:
push:
branches: [ main ]
pull_request:
types: [labeled, opened, synchronize, reopened]
jobs:
pytest:
if: |
github.event_name == 'push' ||
( github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'integration' ))
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.8
with:
locked: true
- name: Test notebooks
run: pixi run test-notebooks
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: amorphouspy/coverage.xml
flags: notebooks
fail_ci_if_error: false