Skip to content

Commit

Permalink
Added conda update for setuptools in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Nov 22, 2023
1 parent 6f681a5 commit fc3d0c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
python -m pip install --upgrade pip
conda update setuptools
conda list
- name: Install DIALS environment and more
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
python -m pip install --upgrade pip
conda update setuptools
conda list
- name: Install DIALS environment and all dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
python -m pip install --upgrade pip
conda update setuptools
conda list
- name: Install DIALS environment and more
Expand Down

0 comments on commit fc3d0c3

Please sign in to comment.