Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
update actions
  • Loading branch information
drfho authored Dec 5, 2022
1 parent 228f45f commit 31d55c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os:
- linux
- ubuntu
config:
- "3.6" # For CentOS 7 deployments
- "3.7"
Expand All @@ -27,13 +27,13 @@ jobs:
runs-on: ${{ matrix.os }}-latest
name: ${{ matrix.os }}-${{ matrix.config }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.config }}
- name: Pip cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.config }}-${{ hashFiles('setup.*', 'requirements*') }}
Expand Down

0 comments on commit 31d55c6

Please sign in to comment.