We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884e537 commit 4bd380fCopy full SHA for 4bd380f
ci/README.md
@@ -15,11 +15,10 @@ This directory contains tooling used to run Continuous Integration tasks.
15
```
16
- At the root of the firebase sdk repo, run
17
18
- ./ci/fireci/setup.py develop
+ pip3 install -e ./ci/fireci/
19
20
21
- For usage help, see:
22
23
fireci --help
24
25
-
ci/fireci/setup.cfg
@@ -7,7 +7,7 @@ install_requires =
7
protobuf==3.19
8
click==7.0
9
google-cloud-storage==1.44.0
10
- numpy==1.19.5
+ numpy==1.23.1
11
PyGithub==1.55
12
pystache==0.6.0
13
requests==2.23.0
0 commit comments