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 de5e5ca commit 22764de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
conda env create -f environment.yml
source activate base && conda activate lotus
python -m pip install --upgrade pip
pip install ruff==0.7.2
- name: Run ruff
Expand All @@ -58,6 +59,7 @@ jobs:
run: |
conda env create -f environment.yml
source activate base && conda activate lotus
python -m pip install --upgrade pip
pip install mypy==1.13.0
pip install -r requirements.txt
pip install -e .
Expand All @@ -81,6 +83,7 @@ jobs:
run: |
conda env create -f environment.yml
source activate base && conda activate lotus
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
pip install pytest
Expand Down Expand Up @@ -110,6 +113,7 @@ jobs:
run: |
conda env create -f environment.yml
source activate base && conda activate lotus
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
pip install pytest
Expand Down Expand Up @@ -151,6 +155,7 @@ jobs:
run: |
conda env create -f environment.yml
source activate base && conda activate lotus
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
pip install pytest
Expand Down

0 comments on commit 22764de

Please sign in to comment.