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

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

0 comments on commit fc4c060

Please sign in to comment.