Skip to content

Commit 56b15d4

Browse files
committed
Migrate to GCB
1 parent 394cb60 commit 56b15d4

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

.github/workflows/actions.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,6 @@ on:
66
release:
77
types: [created]
88
jobs:
9-
test:
10-
name: Test the code
11-
runs-on: ${{ matrix.os }}
12-
strategy:
13-
matrix:
14-
os: [windows-latest, ubuntu-latest]
15-
steps:
16-
- uses: actions/checkout@v2
17-
- name: Set up Python 3.7
18-
uses: actions/setup-python@v1
19-
with:
20-
python-version: 3.7
21-
- name: Get pip cache dir
22-
id: pip-cache
23-
run: |
24-
python -m pip install --upgrade pip setuptools
25-
echo "::set-output name=dir::$(pip cache dir)"
26-
- name: pip cache
27-
uses: actions/cache@v2
28-
with:
29-
path: ${{ steps.pip-cache.outputs.dir }}
30-
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
31-
restore-keys: |
32-
${{ runner.os }}-pip-
33-
- name: Install dependencies
34-
run: |
35-
pip install tensorflow==2.9.1
36-
pip install -e ".[tests]" --progress-bar off --upgrade
37-
- name: Test with pytest
38-
run: |
39-
pytest keras_cv/
409
format:
4110
name: Check the code format
4211
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)