Skip to content

Commit

Permalink
update python vers
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent fc65b6a commit 9cbc2cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-action-server.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build Action Server

on:
workflow_dispatch:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-train-model.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint and Test PR
name: Test & Train Model
on:
workflow_dispatch:
# on:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9cbc2cf

Please sign in to comment.