Skip to content

Commit 0283b26

Browse files
committed
Fix Python version number in action
1 parent b8bc3a1 commit 0283b26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hermes-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name: Run HERMES Workflow
77
run-name: HERMES run for ${{ github.actor }} on ${{ github.ref_name }}
88
on: [push, pull_request]
99
jobs:
10-
build:
10+
hermes-workflow-steps:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.11", "latest"]
14+
python-version: ["3.11", "3.14"]
1515
steps:
1616
- uses: actions/checkout@v5
1717
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)