Add package to requirements

This commit is contained in:
2022-05-11 17:12:53 +02:00
parent 65a810d60e
commit 1cb916867c
2 changed files with 6 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
matrix:s
os: [macos-latest, ubuntu-latest]
python: ["3.10"]
@@ -21,6 +21,10 @@ jobs:
uses: actions/setup-python@v2
with:
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
# uses: mxschmitt/action-tmate@v3
- name: Install dependencies

View File

@@ -7,3 +7,4 @@ openpyxl
tqdm
xgboost
graphviz
Wodt @ git+ssh://git@github.com/doctorado-ml/Wodt.git#egg=Wodt