Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
6ec25206
Commit
6ec25206
authored
Feb 01, 2024
by
Aarni Koskela
Browse files
CI: build only on Python 3.10 (Python 3.11 can use the same wheel)
parent
1cbe9fd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
.github/workflows/cmake.yml
.github/workflows/cmake.yml
+2
-7
No files found.
.github/workflows/cmake.yml
View file @
6ec25206
...
@@ -20,16 +20,11 @@ jobs:
...
@@ -20,16 +20,11 @@ jobs:
matrix
:
matrix
:
os
:
[
ubuntu-latest
,
windows-latest
]
os
:
[
ubuntu-latest
,
windows-latest
]
python-version
:
[
'
3.10'
,
'
3.11'
]
cuda-version
:
[
'
11.8'
,
'
12.1'
]
cuda-version
:
[
'
11.8'
,
'
12.1'
]
build_type
:
[
Release
]
build_type
:
[
Release
]
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Set up MSVC
-
name
:
Set up MSVC
if
:
matrix.os == 'windows-latest'
if
:
matrix.os == 'windows-latest'
...
@@ -52,7 +47,7 @@ jobs:
...
@@ -52,7 +47,7 @@ jobs:
environment-file
:
environment-bnb.yml
environment-file
:
environment-bnb.yml
use-only-tar-bz2
:
false
use-only-tar-bz2
:
false
auto-activate-base
:
true
auto-activate-base
:
true
python-version
:
${{ matrix.python-version }}
python-version
:
"
3.10"
mamba-version
:
"
*"
mamba-version
:
"
*"
-
name
:
Set reusable strings
-
name
:
Set reusable strings
...
@@ -159,6 +154,6 @@ jobs:
...
@@ -159,6 +154,6 @@ jobs:
-
name
:
Upload Build Artifacts
-
name
:
Upload Build Artifacts
uses
:
actions/upload-artifact@v4.3.0
uses
:
actions/upload-artifact@v4.3.0
with
:
with
:
name
:
bitsandbytes-${{ matrix.os }}-${{
matrix.python-version }}-${{
matrix.cuda-version }}
name
:
bitsandbytes-${{ matrix.os }}-${{ matrix.cuda-version }}
path
:
|
path
:
|
${{ github.workspace }}/dist/
${{ github.workspace }}/dist/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment