From 3619169ff77e440b9b65f7bd43c90951fb445075 Mon Sep 17 00:00:00 2001 From: Alejandro Santana-Bonilla <62341142+alejandrosantanabonilla@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:23:04 +0000 Subject: [PATCH] Update conda.yml --- .github/workflows/conda.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 6f55cef..9516632 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -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