Skip to content

Commit

Permalink
Reverting changes to use latest Python and will wait for DIALS conda …
Browse files Browse the repository at this point in the history
…distro to be fixed
  • Loading branch information
PrinceWalnut committed Jul 18, 2024
1 parent 6c5b408 commit e4ac6ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
miniconda-version: "latest"
channels: conda-forge, defaults
auto-activate-base: true
python-version: "3.10"
activate-environment: ""

- name: Source Miniconda
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate test
conda activate
which python
python --version
echo $CONDA
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install DIALS environment and more
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate test
conda activate
conda install -n base -c conda-forge -y dials
conda info
conda list
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
miniconda-version: "latest"
channels: conda-forge, defaults
auto-activate-base: true
python-version: "3.10"
activate-environment: ""

- name: Source Miniconda
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate test
conda activate
which python
python --version
echo $CONDA
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install DIALS environment and more
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate test
conda activate
conda install -n base -c conda-forge -y dials
conda info
conda list
Expand Down

0 comments on commit e4ac6ee

Please sign in to comment.