From a1683fd4bfdff9975c86e73ed69d565b1319ecd4 Mon Sep 17 00:00:00 2001 From: James Date: Wed, 3 Apr 2024 14:47:25 +0100 Subject: [PATCH] Update wandb_create_job.yml --- .github/workflows/wandb_create_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wandb_create_job.yml b/.github/workflows/wandb_create_job.yml index 8b1247b..f09d853 100644 --- a/.github/workflows/wandb_create_job.yml +++ b/.github/workflows/wandb_create_job.yml @@ -16,7 +16,7 @@ jobs: - name: Setup python uses: actions/setup-python@v2 with: - python-version: 3.10 #install the python needed + python-version: 3.10.14 #install the python needed - name: Install dependencies run: | python -m pip install --upgrade pip