Skip to content

Commit

Permalink
Temporary fix for CI tests with AiiDA
Browse files Browse the repository at this point in the history
For more information about the issue see PR at
aiidateam/aiida-core#4989. This fix should be removed as soon as
aiida-core>1.6.3 is released with the fix.
  • Loading branch information
CasperWA committed Jun 17, 2021
1 parent c5a980f commit b057e37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ jobs:
- name: Install adapter conversion dependencies
run: |
pip install -r requirements-client.txt
# See PR aiidateam/aiida-core#4989 for this temporary fix.
# It should be removed as soon as `aiida-core`>1.6.3 is released.
pip install psycopg2-binary~=2.8.3
# AiiDA-specific
reentry scan
Expand Down

0 comments on commit b057e37

Please sign in to comment.