Skip to content

Commit

Permalink
install cp2k directly
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Mar 5, 2024
1 parent e4618d4 commit 24cec44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
python-version: "3.10"
- name: install dependencies
run: |
sudo apt -y update
sudo apt -y install cp2k
python -m pip install tox
- name: build documentation
run: tox -e docs
Expand Down
3 changes: 1 addition & 2 deletions examples/cp2k_run_batch/environement.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: cp2k_run_batch
dependencies:
- python=3.10
- python=3.11
- pip
- conda-forge::cp2k
- pip:
- ase
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ commands =
{[testenv]generate_gallery}

[testenv:cp2k_run_batch]
; setenv =
; PATH={envdir}/conda/bin:{env:PATH}
commands =
{[testenv]install_conda_env}
{[testenv]generate_gallery}
Expand Down

0 comments on commit 24cec44

Please sign in to comment.