feat: support zero-count elements in type_map for sort_atom_names #2033
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: test Python import | |
| on: | |
| - push | |
| - pull_request | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v5 | |
| - 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' |