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 16, 2024
1 parent 41c1544 commit 9d43e57
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,12 @@ jobs:
channel-priority: flexible
show-channel-urls: true
use-only-tar-bz2: true

- name: Conda info
run: conda info


- name: Installation xtb
run: |
conda install xtb
- name: Installing PySoftK
shell: bash
- name: Conda environment
run: |
python -m pip install wheel --user
python -m pip install setuptools --upgrade --user
python -m pip install setup.py --user
conda create --name pysoftk_env
conda activate pysoftk_env

0 comments on commit 9d43e57

Please sign in to comment.