Skip to content

Commit

Permalink
Merge branch 'oap-project:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
minmingzhu authored Mar 26, 2024
2 parents efb9097 + 0a533f8 commit c3f570b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:
- opened
- edited
- synchronize

permissions: read-all

jobs:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

##### \* Optimized Analytics Package for Spark* Platform is under Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0).

[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/oap-project/oap-mllib/badge)](https://securityscorecards.dev/viewer/?uri=github.com/oap-project/oap-mllib)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8460/badge)](https://www.bestpractices.dev/projects/8460)

# Introduction

## The Problem
Expand Down
38 changes: 0 additions & 38 deletions dev/test-cluster/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion dev/test-cluster/setup-python3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
sudo apt-get update -q
sudo apt-get install -y -q python3-pip python3-setuptools python3-wheel

pip3 install --user -q -r requirements.txt
pip3 install --user numpy -q

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10

Expand Down

0 comments on commit c3f570b

Please sign in to comment.