Install git (#13091)
* Install git * Add TF tests * And last TF test * Add in commented code too Co-authored-by: Sylvain Gugger <sylvain.gugger@gmail.com>
This commit is contained in:
6
.github/workflows/self-push.yml
vendored
6
.github/workflows/self-push.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt -y update && apt install -y libsndfile1-dev
|
apt -y update && apt install -y libsndfile1-dev git
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm]
|
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm]
|
||||||
|
|
||||||
@@ -96,6 +96,7 @@ jobs:
|
|||||||
#
|
#
|
||||||
# - name: Install dependencies
|
# - name: Install dependencies
|
||||||
# run: |
|
# run: |
|
||||||
|
# apt -y update && apt install -y git
|
||||||
# pip install --upgrade pip
|
# pip install --upgrade pip
|
||||||
# pip install .[sklearn,testing,onnxruntime,sentencepiece]
|
# pip install .[sklearn,testing,onnxruntime,sentencepiece]
|
||||||
#
|
#
|
||||||
@@ -152,7 +153,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt -y update && apt install -y libsndfile1-dev
|
apt -y update && apt install -y libsndfile1-dev git
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm]
|
pip install .[sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm]
|
||||||
|
|
||||||
@@ -211,6 +212,7 @@ jobs:
|
|||||||
#
|
#
|
||||||
# - name: Install dependencies
|
# - name: Install dependencies
|
||||||
# run: |
|
# run: |
|
||||||
|
# apt -y update && apt install -y git
|
||||||
# pip install --upgrade pip
|
# pip install --upgrade pip
|
||||||
# pip install .[sklearn,testing,onnxruntime,sentencepiece]
|
# pip install .[sklearn,testing,onnxruntime,sentencepiece]
|
||||||
#
|
#
|
||||||
|
|||||||
6
.github/workflows/self-scheduled.yml
vendored
6
.github/workflows/self-scheduled.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt -y update && apt install -y libsndfile1-dev
|
apt -y update && apt install -y libsndfile1-dev git
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm]
|
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm]
|
||||||
|
|
||||||
@@ -100,6 +100,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
apt -y update && apt install -y git
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install .[sklearn,testing,onnx,sentencepiece]
|
pip install .[sklearn,testing,onnx,sentencepiece]
|
||||||
|
|
||||||
@@ -154,7 +155,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt -y update && apt install -y libsndfile1-dev
|
apt -y update && apt install -y libsndfile1-dev git
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm]
|
pip install .[integrations,sklearn,testing,onnxruntime,sentencepiece,speech,vision,timm]
|
||||||
|
|
||||||
@@ -208,6 +209,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
apt -y update && apt install -y git
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
pip install .[sklearn,testing,onnx,sentencepiece]
|
pip install .[sklearn,testing,onnx,sentencepiece]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user