From e88179fede6d44aba00bf26bf86ce119911ad1f5 Mon Sep 17 00:00:00 2001 From: sambit-giri Date: Tue, 13 Aug 2024 16:58:39 +0530 Subject: [PATCH] again ubuntu --- .github/workflows/ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8372115..abba402 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,22 +31,8 @@ jobs: environment-file: environment.yml activate-environment: tools21cm - - name: Initialize Conda - run: | - source ~/miniconda/etc/profile.d/conda.sh # Initialize Conda - conda init bash # Initialize Conda shell integration - shell: bash - - - name: Update Python version in Conda environment - run: | - source ~/miniconda/etc/profile.d/conda.sh - conda activate tools21cm - conda install python=3.8 --update-deps # Specify exact Python version - shell: bash - - name: Install additional dependencies run: | - source ~/miniconda/etc/profile.d/conda.sh conda activate tools21cm conda install -y pip pip install . @@ -54,7 +40,6 @@ jobs: - name: Run tests run: | - source ~/miniconda/etc/profile.d/conda.sh conda activate tools21cm pytest shell: bash