Skip to content

Commit

Permalink
Update build.yml (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
natevm authored Aug 12, 2024
1 parent ff34439 commit 253f13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019]
python-version: ['3.9', '3.10', '3.11']
python-version: ['3.9', '3.10'] # '3.11' has some issues atm...
optix-version: [70, 71, 72]
include:
# Includes the value for matrix.container when the OS is Ubuntu, to use manylinux complaint CentOS version.
Expand Down

0 comments on commit 253f13e

Please sign in to comment.