Skip to content

Commit

Permalink
again ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
sambit-giri committed Aug 13, 2024
1 parent 1948dcf commit e88179f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,15 @@ 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 .
shell: bash

- name: Run tests
run: |
source ~/miniconda/etc/profile.d/conda.sh
conda activate tools21cm
pytest
shell: bash

0 comments on commit e88179f

Please sign in to comment.