Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rs-station/laue-dials
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Nov 13, 2023
2 parents 844bbc5 + 226a972 commit 56a3d8f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: Install Miniconda
- name: Install Miniconda
uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
channels: conda-forge, defaults
auto-activate-base: true
with:
miniconda-version: "latest"
channels: conda-forge, defaults
auto-activate-base: true
activate-environment: ""
- name: Install DIALS environment and all dependencies
run: |
run: |
source $CONDA/etc/profile.d/conda.sh
conda activate
which python
python --version
echo $CONDA
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
conda install -n base conda-libmamba-solver
conda config --set solver libmamba
conda install -n base -c conda-forge -y dials
$CONDA/bin/pip install -e ".[docs]"
cd docs
export SPHINXBUILD="$CONDA/bin/sphinx-build"
make clean
make html
$CONDA/bin/pip install -e ".[docs]"
cd docs
export SPHINXBUILD="$CONDA/bin/sphinx-build"
make clean
make html
which python
echo $CONDA
python -m pip install --upgrade pip
Expand Down

0 comments on commit 56a3d8f

Please sign in to comment.