Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ueber2y committed Nov 26, 2024
1 parent 9ae9827 commit 3b2cef3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
runs-on: ${{ matrix.config.os }}
strategy:
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
config: [
{os: ubuntu-latest, python-version: 3.8},
{os: ubuntu-latest, python-version: 3.9},
{os: ubuntu-latest, python-version: 3.10},
{os: ubuntu-latest, python-version: 3.11},
{os: ubuntu-latest, python-version: 3.12},
]
env:
COMPILER_CACHE_VERSION: 1
COMPILER_CACHE_DIR: ${{ github.workspace }}/compiler-cache
Expand Down

0 comments on commit 3b2cef3

Please sign in to comment.