File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 33
33
python : ' 3.10'
34
34
tensorflow : 2.18.1
35
35
keras : 3.10.0
36
- tf_addons : 0.23.0
37
36
38
37
name : ${{ matrix.name }}
39
38
steps :
48
47
sudo apt-get update
49
48
sudo apt-get -y -q install ffmpeg libavcodec-extra
50
49
python -m pip install --upgrade pip setuptools wheel
51
- pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^tensorflow-addons/d ' requirements_test.txt)
50
+ pip install -q -r <(sed '/^tensorflow/d;/^keras/d' requirements_test.txt)
52
51
pip install tensorflow==${{ matrix.tensorflow }}
53
52
pip install keras==${{ matrix.keras }}
54
- pip install tensorflow-addons==${{ matrix.tf_addons }}
55
53
pip list
56
54
- name : Run Tests
57
55
run : ./run_tests.sh ${{ matrix.framework }}
Original file line number Diff line number Diff line change 34
34
tensorflow : 2.18.1
35
35
tf_version : v2
36
36
keras : 3.10.0
37
- tf_addons : 0.23.0
38
37
39
38
name : ${{ matrix.name }}
40
39
steps :
49
48
sudo apt-get update
50
49
sudo apt-get -y -q install ffmpeg libavcodec-extra
51
50
python -m pip install --upgrade pip setuptools wheel
52
- pip install -q -r <(sed '/^tensorflow/d;/^keras/d;/^tensorflow-addons/d ' requirements_test.txt)
51
+ pip install -q -r <(sed '/^tensorflow/d;/^keras/d' requirements_test.txt)
53
52
pip install tensorflow==${{ matrix.tensorflow }}
54
53
pip install keras==${{ matrix.keras }}
55
- pip install tensorflow-addons==${{ matrix.tf_addons }}
56
54
pip list
57
55
- name : Run Tests
58
56
run : ./run_tests.sh ${{ matrix.framework }}
You can’t perform that action at this time.
0 commit comments