Skip to content

initial implementation of ploughshare download #401

initial implementation of ploughshare download

initial implementation of ploughshare download #401

Workflow file for this run

name: tests
on: push
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12"]
uses: NNPDF/workflows/.github/workflows/python-poetry-tests.yml@v2
with:
python-version: ${{ matrix.python-version }}
poetry-extras: "-E complete"