Skip to content

Commit

Permalink
Update conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrosantanabonilla authored Dec 17, 2024
1 parent 9d43e57 commit 54dec45
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ jobs:
show-channel-urls: true
use-only-tar-bz2: true


- name: Installation xtb
run: |
conda install xtb
conda install -c conda-forge xtb
- name: Conda environment
run: |
conda create --name pysoftk_env
conda create --name pysoftk_env -c conda-forge python=${{ matrix.python-version }}
conda activate pysoftk_env
- name: Install pysoftk
run: |
pip install git+https://github.com/alejandrosantanabonilla/pysoftk.git

0 comments on commit 54dec45

Please sign in to comment.