Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Oct 9, 2024
2 parents 84bf235 + ef14432 commit be14e07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-models.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow builds model web assets from a model sources
# This workflow builds model web assets from model sources
# with an option to build a release using current master
# TODO: Paramterize model source tag ${{env.SRC_TAG}}
# TODO: Parameterize model source tag ${{env.SRC_TAG}}

name: Build Models
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
Expand Down

0 comments on commit be14e07

Please sign in to comment.