Skip to content

Install setuptools and wheel in CI #91

Install setuptools and wheel in CI

Install setuptools and wheel in CI #91

Workflow file for this run

name: Build PyDataverse
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
name: Build pyDataverse
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install Python Dependencies
run: |
uv sync --all-extras