We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baab931 commit fb3eb43Copy full SHA for fb3eb43
.github/workflows/test.yml
@@ -62,10 +62,8 @@ jobs:
62
matrix:
63
os: [ubuntu-latest, macos-14]
64
version:
65
- - { python: '3.12', resolution: highest }
66
- { python: '3.12', resolution: lowest-direct }
67
- { python: '3.13', resolution: highest }
68
- - { python: '3.13', resolution: lowest-direct }
69
model:
70
- { name: fairchem, test_path: "tests/models/test_fairchem.py" }
71
- { name: fairchem-legacy, test_path: "tests/models/test_fairchem_legacy.py" }
0 commit comments