Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sidjha1 committed Nov 9, 2024
1 parent a9de31d commit 1558649
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Create and activate Conda environment
run: |
conda env create -f environment.yml || conda env update -f environment.yml
source activate base
conda activate lotus
python -m pip install ruff==0.7.2
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
- name: Create and activate Conda environment
run: |
conda env create -f environment.yml || conda env update -f environment.yml
source activate base
conda activate lotus
python -m pip install -r requirements.txt
pip install -e .
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
- name: Create and activate Conda environment
run: |
conda env create -f environment.yml || conda env update -f environment.yml
source activate base
conda activate lotus
python -m pip install -r requirements.txt
pip install -e .
Expand Down Expand Up @@ -164,6 +167,7 @@ jobs:
- name: Create and activate Conda environment
run: |
conda env create -f environment.yml || conda env update -f environment.yml
source activate base
conda activate lotus
python -m pip install -r requirements.txt
pip install -e .
Expand Down

0 comments on commit 1558649

Please sign in to comment.