Skip to content

Commit 936b769

Browse files
committed
Fix installation
1 parent 64d67ce commit 936b769

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jobs:
2222
- name: Install Python dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
python -m pip install pandas
26-
python -m pip install ase
27-
python -m pip install spglib
2825
python -m pip install pytest
26+
python -m pip install .
2927
- name: Run pytest
3028
run: |
3129
python -m pytest

0 commit comments

Comments
 (0)