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 23b73d3 commit dc05ad2Copy full SHA for dc05ad2
.github/workflows/weekly.yml
@@ -48,11 +48,11 @@ jobs:
48
49
- name: Install Python dependencies
50
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
+ run: |
+ pip install -e .[tests]
+ pip install git+https://github.com/aiidateam/aiida-core@main#egg=aiida-core
+ pip install git+https://github.com/phonopy/phonopy.git@develop
+ pip install git+https://github.com/aiidateam/aiida-quantumespresso.git@main
56
57
- name: Run pytest
58
id: tests
0 commit comments