Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 1, 2023
1 parent cc838f9 commit 118841f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: sudo apt update && sudo apt install --no-install-recommends libfftw3-dev quantum-espresso

- name: Install Python dependencies
run: pip install -e .
run: pip install -e .[pre-commit,tests]

- name: Copy custom node file, add custom node path to sys path
run: |
Expand Down

0 comments on commit 118841f

Please sign in to comment.