Skip to content

Commit 564078d

Browse files
authored
Adding tensorflow and keras so we don't skip tests (#449)
* Adding tensorflow and keras so we don't skip tests * Add additional instructions for integration tests for ml
1 parent 5521fd4 commit 564078d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
python -m pip install --upgrade pip
5555
pip install -r requirements.txt
5656
pip install setuptools wheel
57+
pip install tensorflow
58+
pip install keras
5759
5860
- name: Run unit tests
5961
run: pytest

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,17 @@ Then set up your Firebase/GCP project as follows:
183183
Firebase Console. Select the "Sign-in method" tab, and enable the
184184
"Email/Password" sign-in method, including the Email link (passwordless
185185
sign-in) option.
186-
187-
3. Enable the IAM API: Go to the
186+
3. Enable the Firebase ML API: Go to the
187+
[Google Developers Console](
188+
https://console.developers.google.com/apis/api/firebaseml.googleapis.com/overview)
189+
and make sure your project is selected. If the API is not already enabled, click Enable.
190+
4. Enable the IAM API: Go to the
188191
[Google Cloud Platform Console](https://console.cloud.google.com) and make
189192
sure your Firebase/GCP project is selected. Select "APIs & Services >
190193
Dashboard" from the main menu, and click the "ENABLE APIS AND SERVICES"
191194
button. Search for and enable the "Identity and Access Management (IAM)
192195
API".
193-
4. Grant your service account the 'Firebase Authentication Admin' role. This is
196+
5. Grant your service account the 'Firebase Authentication Admin' role. This is
194197
required to ensure that exported user records contain the password hashes of
195198
the user accounts:
196199
1. Go to [Google Cloud Platform Console / IAM & admin](https://console.cloud.google.com/iam-admin).

0 commit comments

Comments
 (0)