Skip to content

Commit

Permalink
test script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-rogers committed Jan 2, 2024
1 parent 4286435 commit 7c9ad95
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docker_test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#! /bin/sh

cd python
make install test
git config --global --add safe.directory /workspace
export PATH=$PATH:/home/whyuser/.local/bin
cd /workspace/python
make install
make test

0 comments on commit 7c9ad95

Please sign in to comment.