Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
kfir4444 committed Nov 20, 2024
1 parent eed2f35 commit acc9d79
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
haskell: true
large-packages: true
swap-storage: true

- name: Setup Mambaforge Python 3.7
uses: conda-incubator/setup-miniconda@v2
with:
Expand All @@ -37,10 +37,10 @@ jobs:
python-version: 3.7
use-mamba: true

- name: Update environment
run: |
mamba env update -n arc_env -f environment.yml
conda list
# - name: Update environment
# run: |
# mamba env update -n arc_env -f environment.yml
# conda list

- name: Install LaTeX
run: |
Expand All @@ -57,14 +57,13 @@ jobs:
run: |
echo 'export PYTHONPATH=$PYTHONPATH:'"$(pwd)" >> $GITHUB_ENV
echo 'export PATH=$PATH:'"$(pwd)" >> $GITHUB_ENV
conda activate arc_env
cd ..
git clone https://github.com/ReactionMechanismGenerator/RMG-database
git clone https://github.com/ReactionMechanismGenerator/RMG-Py
cd RMG-Py
echo 'export PYTHONPATH=$PYTHONPATH:'"$(pwd)" >> $GITHUB_ENV
echo 'export PATH=$PATH:'"$(pwd)" >> $GITHUB_ENV
make
conda activate arc_env && make
cd ../ARC/
- name: Compile docs
Expand All @@ -76,7 +75,7 @@ jobs:
echo 'export PYTHONPATH=$PYTHONPATH:'"$(pwd)" >> $GITHUB_ENV
echo 'export PATH=$PATH:'"$(pwd)" >> $GITHUB_ENV
cd ../ARC/docs/
make html
conda activate arc_env && make html
- name: Deploy
uses: peaceiris/[email protected]
Expand Down

0 comments on commit acc9d79

Please sign in to comment.