From 9cbc2cf8fceac7b3372dd1ba180f666f6a44136e Mon Sep 17 00:00:00 2001 From: Greg Stephens Date: Thu, 28 Nov 2024 20:34:46 -0800 Subject: [PATCH] update python vers --- .github/workflows/build-action-server.yml | 2 ++ .github/workflows/test-train-model.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-action-server.yml b/.github/workflows/build-action-server.yml index a4dc152..4d36e64 100644 --- a/.github/workflows/build-action-server.yml +++ b/.github/workflows/build-action-server.yml @@ -1,3 +1,5 @@ +name: Build Action Server + on: workflow_dispatch: diff --git a/.github/workflows/test-train-model.yml b/.github/workflows/test-train-model.yml index fd73d51..36a7fc4 100644 --- a/.github/workflows/test-train-model.yml +++ b/.github/workflows/test-train-model.yml @@ -1,4 +1,4 @@ -name: Lint and Test PR +name: Test & Train Model on: workflow_dispatch: # on: @@ -17,7 +17,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v1 with: - python-version: 3.10 + python-version: 3.10.15 # - name: Install dependencies # run: | # python -m pip install -U pip @@ -34,7 +34,7 @@ jobs: - name: Set up Python 3.10 uses: actions/setup-python@v1 with: - python-version: 3.10 + python-version: 3.10.15 # - name: Install dependencies # run: | # python -m pip install -U pip