Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporary fix for CI tests with AiiDA #854

Merged
merged 1 commit into from
Jun 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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