Skip to content

fix:(deps): update wandb requirement from <0.17.4,>=0.17.3 to >=0.17.4,<0.17.5 #745

fix:(deps): update wandb requirement from <0.17.4,>=0.17.3 to >=0.17.4,<0.17.5

fix:(deps): update wandb requirement from <0.17.4,>=0.17.3 to >=0.17.4,<0.17.5 #745

Workflow file for this run

# GitHub action to check if pre-commit has been run. Runs from .pre-commit-config.yaml, where the pre-commit actions are.
name: run-pre-commit
on:
pull_request:
push:
branches: [main, dev]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: pre-commit/[email protected]