Skip to content

Commit

Permalink
Activating default test env
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Jul 18, 2024
1 parent af3ca6b commit 55bfee2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Source Miniconda
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate
conda activate test
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
conda activate test
conda install -n base -c conda-forge -y dials
conda info
conda list
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Source Miniconda
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate
conda activate test
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
conda activate test
conda install -n base -c conda-forge -y dials
conda info
conda list
Expand Down

0 comments on commit 55bfee2

Please sign in to comment.