Skip to content

0.9.1: fix missing tensorboard logs and update docs #11

0.9.1: fix missing tensorboard logs and update docs

0.9.1: fix missing tensorboard logs and update docs #11

Workflow file for this run

name: run lm-experiments-tools codestyle
on: [pull_request]
jobs:
codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: set up python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: run_codestyle.sh
run: |
./tests/run_codestyle.sh DIFF_BRANCH=${BASE_BRANCH}
env:
BASE_BRANCH: ${{github.base_ref}}