Skip to content

chore(deps): bump actions/checkout from 5 to 6 (#916) #2047

chore(deps): bump actions/checkout from 5 to 6 (#916)

chore(deps): bump actions/checkout from 5 to 6 (#916) #2047

Workflow file for this run

name: test Python import
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.9'
architecture: 'x64'
- run: python -m pip install uv
- run: python -m uv pip install --system .
- run: python -c 'import dpdata'