Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.h5 filter=lfs diff=lfs merge=lfs -text
9 changes: 7 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ jobs:
# windows-latest is not supported because pyscf is not supported on windows
# https://pyscf.org/user/install.html
os: ["ubuntu-latest", "macos-latest"]
py: ["3.9", "3.10", "3.11", "3.12"]
py: ["3.10", "3.11", "3.12"]

steps:
- uses: "actions/checkout@v4"
# Whether to download Git-LFS files
with:
lfs: true

- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v5
Expand All @@ -30,13 +33,14 @@ jobs:

- name: Install development version
run: |
pip install -v .
pip install -e .

- name: Install extra test dependencies
run: |
pip install --upgrade pip
pip install .[test_extra]


- name: Run pytest default tests
uses: pavelzw/pytest-action@v2
with:
Expand All @@ -59,3 +63,4 @@ jobs:
click-to-expand: true
report-title: 'Dev Test Report'
pytest-args: '-m dev'

Binary file modified atomdb/data/database_beta_1.3.0.h5
Binary file not shown.
3 changes: 3 additions & 0 deletions atomdb/data/elements_data.h5
Git LFS file not shown
3 changes: 3 additions & 0 deletions atomdb/datasets/datasets_data.h5
Git LFS file not shown
Loading
Loading