Skip to content

Commit

Permalink
Remove 'matrix'
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelboulton committed May 11, 2024
1 parent 64c160d commit c227f16
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,16 @@ jobs:
runs-on: ubuntu-latest
needs: simple-checks

strategy:
fail-fast: false
matrix:
include:
# 'Basic' tests and checks
- TOXENV: py3
TOXCFG: tox.ini

env:
TOXENV: ${{ matrix.TOXENV }}
TOXCFG: ${{ matrix.TOXCFG }}
TOXENV: py3
TOXCFG: tox.ini

steps:
- uses: actions/checkout@v4

- uses: actions/cache@v4
env:
cache-name: cache-${{ matrix.TOXENV }}
cache-name: cache-${TOXENV}
with:
path: .tox
key: ${{ runner.os }}-tox-${{ env.cache-name }}-${{ hashFiles('pyproject.toml', 'requirements.in') }}
Expand Down

0 comments on commit c227f16

Please sign in to comment.