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 54dec45 commit 3619169
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,21 @@ jobs:
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
activate-environment: pysoftk_env
python-version: ${{ matrix.python-version }}
channels: conda-forge, anaconda
allow-softlinks: true
channel-priority: flexible
show-channel-urls: true
use-only-tar-bz2: true

- name: Checking conda
run: |
conda info
conda list
conda config --show-sources
conda config --show

- name: Installation xtb
run: |
conda install -c conda-forge xtb
- name: Conda environment
run: |
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 3619169

Please sign in to comment.