Skip to content

Commit

Permalink
Updated setuptools to minimum required version for DIALS before DIALS…
Browse files Browse the repository at this point in the history
… install
  • Loading branch information
PrinceWalnut committed Nov 22, 2023
1 parent 2009bb1 commit b72e865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate
conda update setuptools
which python
python --version
echo $CONDA
Expand All @@ -40,6 +39,7 @@ jobs:
- name: Install DIALS environment and more
run: |
conda install setuptools>=68.2.2
conda install -n base -c conda-forge -y dials
conda info
conda list
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate
conda update setuptools
which python
python --version
echo $CONDA
Expand All @@ -35,6 +34,7 @@ jobs:
- name: Install DIALS environment and all dependencies
run: |
conda install setuptools>=68.2.2
conda install -n base -c conda-forge -y dials
pip install -e ".[docs]"
cd docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate
conda update setuptools
which python
python --version
echo $CONDA
Expand All @@ -40,6 +39,7 @@ jobs:
- name: Install DIALS environment and more
run: |
conda install setuptools>=68.2.2
conda install -n base -c conda-forge -y dials
conda info
conda list
Expand Down

0 comments on commit b72e865

Please sign in to comment.