Skip to content

Commit

Permalink
Merge branch 'main' into gh-1240
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Jun 28, 2022
2 parents 9dd6415 + 98fcf63 commit 1bb8106
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: test-requirements.txt
- name: Cache installers
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -55,9 +57,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
cache-dependency-path: test-requirements.txt
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 1bb8106

Please sign in to comment.