diff --git a/action.yml b/action.yml index f231f02..03bc881 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,7 @@ runs: python-version: '3.10' cache: 'pip' - name: Install wandb - run: pip install -r requirements.txt + run: pip install wandb>=0.13.6 shell: bash - name: Generate a new report id: generate-report