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 96d7810 commit c507238
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:

- name: Install dependencies
run: |
conda env create -f environment.yml
conda activate lotus
python -m pip install --upgrade pip
pip install mypy==1.13.0
pip install -r requirements.txt
Expand All @@ -70,6 +72,8 @@ jobs:

- name: Install dependencies
run: |
conda env create -f environment.yml
conda activate lotus
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
Expand Down Expand Up @@ -100,6 +104,8 @@ jobs:

- name: Install dependencies
run: |
conda env create -f environment.yml
conda activate lotus
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
Expand Down Expand Up @@ -144,6 +150,8 @@ jobs:

- name: Install dependencies
run: |
conda env create -f environment.yml
conda activate lotus
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
Expand Down

0 comments on commit c507238

Please sign in to comment.