Skip to content

Commit b3a1fe2

Browse files
authored
Don't git pull origin main in unit tests, use container version (#105)
1 parent 78ecddd commit b3a1fe2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ci/test_unit.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
#!/bin/bash
1818
set -e
1919

20-
# Get latest NVTabular version
2120
cd /core/
22-
git pull origin main
2321

2422
# Run tests
2523
pytest -rxs /core/tests/unit

0 commit comments

Comments
 (0)