Skip to content

Commit

Permalink
skip julia install in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Dec 3, 2024
1 parent df81684 commit 2ba37e2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
activate-environment: rmg_env
use-mamba: true

# installs the extra RMS conda dependencies
- name: Add RMS dependencies
run: |
mamba install -c conda-forge julia=1.9.1 pyjulia>=0.6
mamba install -c rmg pyrms diffeqpy
- name: Install sphinx
run: mamba install -y sphinx

Expand All @@ -66,13 +60,6 @@ jobs:
make clean
make
- name: Install and link Julia dependencies
timeout-minutes: 120 # this usually takes 20-45 minutes (or hangs for 6+ hours).
run: |
which julia
export JULIA_CONDAPKG_EXE=$CONDA/condabin/mamba
julia -e 'ENV["JULIA_CONDAPKG_BACKEND"] = "Current"; using Pkg; Pkg.add(PackageSpec(name="ReactionMechanismSimulator", url="https://github.com/hwpang/ReactionMechanismSimulator.jl.git", rev="fix_installation")); using ReactionMechanismSimulator'
- name: Checkout gh-pages Branch
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 2ba37e2

Please sign in to comment.