Skip to content

Commit dc05ad2

Browse files
committed
Ping git versions
1 parent 23b73d3 commit dc05ad2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/weekly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848

4949
- name: Install Python dependencies
5050
id: install
51-
run: pip install -e .[tests]
52-
53-
# pip install git+https://github.com/aiidateam/aiida-core@main#egg=aiida-core
54-
# pip install git+https://github.com/phonopy/phonopy.git@develop
55-
# pip install git+https://github.com/aiidateam/aiida-quantumespresso.git@main
51+
run: |
52+
pip install -e .[tests]
53+
pip install git+https://github.com/aiidateam/aiida-core@main#egg=aiida-core
54+
pip install git+https://github.com/phonopy/phonopy.git@develop
55+
pip install git+https://github.com/aiidateam/aiida-quantumespresso.git@main
5656
5757
- name: Run pytest
5858
id: tests

0 commit comments

Comments
 (0)