Skip to content

Commit

Permalink
Add python caching in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkruisselbrink committed Dec 11, 2024
1 parent f2e0992 commit ecf09da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'

cache: 'pip'
- name: Install dependencies
run: pip install -r sbml-pbk-workflow/requirements.txt
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install pip
run: python -m pip install --upgrade pip
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'

- name: Install dependencies
run: pip install -r sbml-pbk-workflow/requirements.txt
Expand Down

0 comments on commit ecf09da

Please sign in to comment.