Skip to content

All updates for paper #20

All updates for paper

All updates for paper #20

Workflow file for this run

name: dev_test
on:
- pull_request
jobs:
run:
runs-on: self-hosted
env:
OS: ubuntu-latest
PYTHON: "3.9"
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.9
- name: "run tests (with neural network)"
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -e .[dev]
pytest tests/test_hpo