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 41c9f50 commit fde62c5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
bash miniconda.sh -b -p $HOME/miniconda
echo "$HOME/miniconda/bin" >> $GITHUB_PATH
source $HOME/miniconda/bin/activate
conda init bash
- name: Cache Conda Environment
uses: actions/cache@v3
with:
path: ~/.conda/envs/lotus
key: conda-lotus-${{ hashFiles('environment.yml') }}
restore-keys: conda-lotus-
ruff_lint:
name: Ruff Lint
Expand All @@ -38,6 +31,7 @@ jobs:

- name: Create and activate Conda environment
run: |
conda init bash
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 fde62c5

Please sign in to comment.