Skip to content

Commit

Permalink
use matrix.pyver
Browse files Browse the repository at this point in the history
  • Loading branch information
YaraslauZhylko committed Mar 1, 2023
1 parent 278c24b commit 9e4ff1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ jobs:
uses: actions/checkout@v3
- name: Setup Python ${{ matrix.pyver }}
uses: actions/setup-python@v4
id: setup-python
with:
python-version: ${{ matrix.pyver }}
#----------------------------------------------
Expand All @@ -146,7 +145,7 @@ jobs:
uses: actions/cache@v3
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/pyproject.toml') }}
key: venv-${{ runner.os }}-${{ matrix.pyver }}-${{ hashFiles('**/pyproject.toml') }}
#----------------------------------------------
# Make sync version of library (redis_om)
#----------------------------------------------
Expand Down

0 comments on commit 9e4ff1d

Please sign in to comment.