Skip to content

Commit

Permalink
install from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Apr 7, 2024
1 parent 6d7297b commit a6938d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ jobs:
cache: pip
cache-dependency-path: pyproject.toml

- name: Install system dependencies
run: sudo apt update && sudo apt install postgresql

- name: Install Python package and dependencies
run: pip install -e .[dev]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
'Topic :: Scientific/Engineering'
]
dependencies = [
'aiida-core~=2.5',
'aiida-core@git+https://github.com/sphuber/aiida-core@feature/improved-profile-fixtures',
'dill'
]
dynamic = ['description', 'version']
Expand Down

0 comments on commit a6938d4

Please sign in to comment.