Skip to content

Commit

Permalink
disable cache python
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Jan 27, 2024
1 parent 55ef89a commit 8cfced8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,8 @@ jobs:
id: cp
with:
python-version: ${{ env.PY_VER }}
- name: Cache pip
uses: actions/cache@v4
id: cache-pip
with:
path: ${{ env.pythonLocation }}
key: ${{ runner.os }}-pip-${{ steps.cp.outputs.python-version }}-${{ hashFiles('requirements.txt') }}
cache: 'pip'
- name: Install python packages
if: ${{ steps.cache-pip.outputs.cache-hit != 'true' }}
run: pip install -r requirements.txt
- name: Read Julia version
id: read_toml
Expand Down

0 comments on commit 8cfced8

Please sign in to comment.