mirror of
https://github.com/google-deepmind/deepmind-research.git
synced 2026-06-02 06:06:39 +08:00
Enable Travis tests for nfnets
PiperOrigin-RevId: 368236627
This commit is contained in:
committed by
Diego de Las Casas
parent
21a5bfec5b
commit
9c9e41e1fc
Regular → Executable
+3
-3
@@ -14,9 +14,9 @@
|
||||
# limitations under the License.
|
||||
set -e
|
||||
|
||||
python3 -m venv nfnets_venv
|
||||
source nfnets_venv/bin/activate
|
||||
pip3 install --upgrade setuptools wheel
|
||||
python3 -m venv /tmp/nfnets_venv
|
||||
source /tmp/nfnets_venv/bin/activate
|
||||
pip3 install --upgrade pip setuptools wheel
|
||||
pip3 install -r nfnets/requirements.txt
|
||||
|
||||
python3 -m nfnets.test
|
||||
|
||||
Reference in New Issue
Block a user