Skip to content

Adjust pp_file as an unnessary parameter in save to abacus/stru (#752) #1481

Adjust pp_file as an unnessary parameter in save to abacus/stru (#752)

Adjust pp_file as an unnessary parameter in save to abacus/stru (#752) #1481

Workflow file for this run

name: test Python import
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
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'