Skip to content

Commit

Permalink
update deploy #push
Browse files Browse the repository at this point in the history
  • Loading branch information
jagar2 committed Dec 4, 2024
1 parent fb26b56 commit 59074dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
shell: bash -l {0}
run: |
source $HOME/.bashrc
conda init bash
conda create -n book python=3.11 -y
conda activate book
conda install -c conda-forge mayavi -y
Expand All @@ -48,13 +49,15 @@ jobs:
shell: bash -l {0}
run: |
source $HOME/.bashrc
conda init bash
conda activate book
pip install -r requirements.txt
- name: Build the book
shell: bash -l {0}
run: |
source $HOME/.bashrc
conda init bash
conda activate book
rm -rf ./book/_build
jupyter-book build ./book
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ opencv-python
mp_api
py-cpuinfo
nbformat>=4.2.0
mayavi
# mayavi
configobj

# -e git+https://github.com/m3-learning/AFM-Learn.git@a33ccf2#egg=AFM_Learn
Expand Down

0 comments on commit 59074dd

Please sign in to comment.