Skip to content

Not sure if there is a way to proceed #28

Not sure if there is a way to proceed

Not sure if there is a way to proceed #28

Workflow file for this run

name: Running Monobeast
on:
push:
jobs:
run-monobeast:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install kaggle-environments
- run: pip install -r requirements.txt
# - name: Install the packages
# uses: BSFishy/pip-action@v1
# with:
# packages: wandb kaggle
- name: Log-in to W&B
shell: bash
env:
WANDB_API: ${{ secrets.WANDB_KEY }}
run: wandb login "$WANDB_API"
- name: Running monobeast
run: python run_monobeast.py