Skip to content

update the images in nbs 1,2 with yt dev #204

update the images in nbs 1,2 with yt dev

update the images in nbs 1,2 with yt dev #204

Workflow file for this run

name: check MANIFEST.in
on: pull_request
jobs:
check-manifest:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: installalation
run: |
python -m pip install --upgrade pip
python -m pip install check-manifest
python -m pip install .
- name: run check-manifest
run: check-manifest -vvv --ignore src/yt_napari/_version.py