Ai
2 Star 0 Fork 0

mirrors_IntelPython/numba-dppy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build_conda_package.sh 181 Bytes
一键复制 编辑 原始数据 按行查看 历史
Sergey Pokhodenko 提交于 2022-03-21 18:16 +08:00 . Fixes for public CI (#725)
#!/bin/bash
PYTHON_VERSION=$1
VERSIONS="--python $PYTHON_VERSION"
TEST="--no-test"
# shellcheck disable=SC2086
conda build \
$TEST \
$VERSIONS \
$CHANNELS \
conda-recipe
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_IntelPython/numba-dppy.git
git@gitee.com:mirrors_IntelPython/numba-dppy.git
mirrors_IntelPython
numba-dppy
numba-dppy
main

搜索帮助