We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa5d56 commit 73b9d0aCopy full SHA for 73b9d0a
1 file changed
.github/workflows/mega-linter.yml
@@ -72,7 +72,8 @@ jobs:
72
mkdir -p alpine-wheels;
73
poetry export --with dev --format requirements.txt --without-hashes --output requirements-alpine.txt;
74
sed -i '/^\(torch\|triton\|jax\|jaxlib\|nvidia.*\|intel-openmp\|cuda-bindings\|tbb\|mkl\|healpy\)\([<>=!~ ;].*\)\?$/d' requirements-alpine.txt;
75
- python -m pip wheel --no-deps -r requirements-alpine.txt -w alpine-wheels"
+ python -m pip wheel --no-deps -r requirements-alpine.txt -w alpine-wheels";
76
+ rm requirements-alpine.txt
77
78
- name: List available wheels
79
run: ls -l ./alpine-wheels
0 commit comments