Skip to content

Commit f995343

Browse files
committed
quickfix gha failing builds
1 parent 579e88d commit f995343

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bash/docker_container_setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ else
1010
export workspace=/__w/data-engineering/data-engineering
1111
fi
1212

13-
python3 -m pip install $option . -c ./admin/run_environment/constraints.txt --no-deps
14-
1513
git config --global --add safe.directory $workspace
1614

15+
python3 -m pip install $option . -c ./admin/run_environment/constraints.txt --no-deps
16+
1717
# configure minio for use with S3 buckets in Digital Ocean
1818
mc alias set spaces "$AWS_S3_ENDPOINT" "$AWS_ACCESS_KEY_ID" "$AWS_SECRET_ACCESS_KEY" --api S3v4

0 commit comments

Comments
 (0)