Skip to content

Commit

Permalink
conda
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocamilloni committed Feb 7, 2025
1 parent 842414c commit 02450c6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: Install dependencies with conda
run: |
conda update conda
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
conda env update --file conda/environment.yml -n base
conda install flake8
- name: Run flake8
Expand Down Expand Up @@ -71,8 +69,7 @@ jobs:
- name: Install dependencies with conda
run: |
echo $CONDA/bin >> $GITHUB_PATH
conda install -y conda=25.1.1
conda install -y python=3.10
conda update conda
conda env update --file conda/environment.yml --name base
- name: Run tests
run: |
Expand Down

0 comments on commit 02450c6

Please sign in to comment.