Skip to content

Commit

Permalink
CI update to avoid psycopg2 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
zhubonan authored and Jonathan Chico committed Jan 14, 2022
1 parent 133e39f commit 9760ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: pip install coveralls
- name: Install AiiDA
#run: pip install -e git+https://github.com/aiidateam/aiida_core#egg=aiida-core
run: pip install 'aiida-core>=1.6.1,<2'
run: pip install 'psycopg2-binary~=2.8.3' 'aiida-core>=1.6.1,<2'
- name: Install AiiDA-Wannier90
run: pip install -e git+https://github.com/aiidateam/aiida-wannier90#egg=aiida-wannier90
- name: Install AiiDA-VASP
Expand Down

0 comments on commit 9760ced

Please sign in to comment.