mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 08:55:53 +00:00
Add package to requirements
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:s
|
||||||
os: [macos-latest, ubuntu-latest]
|
os: [macos-latest, ubuntu-latest]
|
||||||
python: ["3.10"]
|
python: ["3.10"]
|
||||||
|
|
||||||
@@ -21,6 +21,10 @@ jobs:
|
|||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
|
# Allows install Wodt in dependencies.
|
||||||
|
- uses: webfactory/ssh-agent@v0.5.4
|
||||||
|
with:
|
||||||
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
# - name: Setup tmate session
|
# - name: Setup tmate session
|
||||||
# uses: mxschmitt/action-tmate@v3
|
# uses: mxschmitt/action-tmate@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
@@ -7,3 +7,4 @@ openpyxl
|
|||||||
tqdm
|
tqdm
|
||||||
xgboost
|
xgboost
|
||||||
graphviz
|
graphviz
|
||||||
|
Wodt @ git+ssh://git@github.com/doctorado-ml/Wodt.git#egg=Wodt
|
||||||
|
Reference in New Issue
Block a user