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 fc4c060 commit f244ab8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ jobs:

- name: Create and activate Conda environment
run: |
conda init bash && source ~/.bashrc
conda env create -f environment.yml || conda env update -f environment.yml
conda activate lotus
source $HOME/miniconda/bin/activate
python -m pip install ruff==0.7.2
- name: Run ruff
Expand Down

0 comments on commit f244ab8

Please sign in to comment.