Skip to content

Commit

Permalink
Removed Cache RMS due to a package issue within RMS
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Nov 10, 2023
1 parent ab03b41 commit da97d4e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,21 +126,6 @@ jobs:
echo "PYTHONPATH=$(pwd):$PYTHONPATH" >> ~/.bashrc
echo "PATH=$(pwd):$PATH" >> ~/.bashrc
echo "export rmgpy_path=$(pwd)" >> ~/.bashrc

- name: Cache RMS
id: cache-rms
uses: actions/cache@v2
env:
CACHE_NUMBER: 0
with:
path: |
/usr/share/miniconda3/envs/rmg_env/share/julia/artifacts/
/usr/share/miniconda3/envs/rmg_env/share/julia/packages/
/usr/share/miniconda3/envs/rmg_env/share/julia/registries/
/usr/share/miniconda3/envs/rmg_env/share/julia/compiled/
key:
${{ runner.os }}-julia-${{ env.CACHE_NUMBER }}-rms
- name: Install RMS Julia
run: julia -e 'using Pkg; Pkg.add(PackageSpec(name="PyCall",rev="master"));Pkg.build("PyCall");Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator;'
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,6 @@ jobs:
- name: Install PyCall RMG_ENV
run: python -c "import julia; julia.install(); import diffeqpy; diffeqpy.install()"

- name: Cache RMS
id: cache-rms
uses: actions/cache@v2
env:
CACHE_NUMBER: 0
with:
path: |
/usr/share/miniconda3/envs/rmg_env/share/julia/artifacts/
/usr/share/miniconda3/envs/rmg_env/share/julia/packages/
/usr/share/miniconda3/envs/rmg_env/share/julia/registries/
/usr/share/miniconda3/envs/rmg_env/share/julia/compiled/
key:
${{ runner.os }}-julia-${{ env.CACHE_NUMBER }}-rms

- name: Install RMS Julia
run: julia -e 'using Pkg; Pkg.add(PackageSpec(name="PyCall",rev="master"));Pkg.build("PyCall");Pkg.add(PackageSpec(name="ReactionMechanismSimulator",rev="main")); using ReactionMechanismSimulator;'

Expand Down

0 comments on commit da97d4e

Please sign in to comment.