Skip to content

Commit

Permalink
Add strategy and runs-on to CPU build
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Mar 16, 2023
1 parent e6eb62f commit 2c9aad4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8]
os: [ubuntu-latest]
uses: ./.github/workflows/tox.yml
with:
env: test-cpu
Expand Down

0 comments on commit 2c9aad4

Please sign in to comment.