Skip to content

Commit

Permalink
Attempting to cache cython
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Apr 17, 2023
1 parent 4c91521 commit 1def259
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,16 @@ jobs:
ln -sfn $(which python-jl) $(which python)
cd ..
- name: Cache Cython modules
uses: actions/cache@v2
with:
path: RMG-Py/build
key: ${{ runner.os }}-cython-${{ env.rmg_env }}
restore-keys: ${{ runner.os }}-cython-

- name: Install ARC
run: |
git clone https://github.com/ReactionMechanismGenerator/ARC
git clone --depth 1 https://github.com/ReactionMechanismGenerator/ARC
cd ARC
echo "export PYTHONPATH=$PYTHONPATH:$(pwd)" >> ~/.bashrc
echo "export PATH=$PATH:$(pwd)" >> ~/.bashrc
Expand Down

0 comments on commit 1def259

Please sign in to comment.