Skip to content

Commit

Permalink
testing deps caching
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Nov 22, 2023
1 parent 3aa2a43 commit 893b384
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ jobs:
echo "LVMCORE_DIR=$GITHUB_WORKSPACE/lvmcore" >> "$GITHUB_ENV"

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: '**/setup.cfg'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 893b384

Please sign in to comment.