mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
Fix conda build cmd for nightly packages.
Reviewed By: mdouze Differential Revision: D24269549 fbshipit-source-id: 8e6800781ae54a67c1d2424611a761f838d12026
This commit is contained in:
parent
52c6465a5e
commit
882d4f1051
@ -128,7 +128,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
cd conda
|
cd conda
|
||||||
if [ "<<parameters.nightly>>" = "true" ]; then
|
if [ "<<parameters.nightly>>" = "true" ]; then
|
||||||
FAISS_VERSION="1.0.0_nightly_$(date '+%Y%m%d')" conda build faiss --user pytorch --labels nightly
|
FAISS_VERSION="1.0.0_nightly_$(date '+%Y%m%d')" conda build faiss --user pytorch --label nightly
|
||||||
else
|
else
|
||||||
conda build faiss --user pytorch
|
conda build faiss --user pytorch
|
||||||
fi
|
fi
|
||||||
@ -160,7 +160,7 @@ jobs:
|
|||||||
exit
|
exit
|
||||||
cd conda
|
cd conda
|
||||||
if [ "<<parameters.nightly>>" = "true" ]; then
|
if [ "<<parameters.nightly>>" = "true" ]; then
|
||||||
FAISS_VERSION="1.0.0_nightly_$(date '+%Y%m%d')" conda build faiss --user pytorch --labels nightly
|
FAISS_VERSION="1.0.0_nightly_$(date '+%Y%m%d')" conda build faiss --user pytorch --label nightly
|
||||||
else
|
else
|
||||||
conda build faiss --user pytorch
|
conda build faiss --user pytorch
|
||||||
fi
|
fi
|
||||||
@ -183,7 +183,7 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
cd conda
|
cd conda
|
||||||
if [ "<<parameters.nightly>>" = "true" ]; then
|
if [ "<<parameters.nightly>>" = "true" ]; then
|
||||||
FAISS_VERSION="1.0.0_nightly_$(date '+%Y%m%d')" conda build faiss --user pytorch --labels nightly
|
FAISS_VERSION="1.0.0_nightly_$(date '+%Y%m%d')" conda build faiss --user pytorch --label nightly
|
||||||
else
|
else
|
||||||
conda build faiss --user pytorch
|
conda build faiss --user pytorch
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user