We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bc3a1 commit 0283b26Copy full SHA for 0283b26
1 file changed
.github/workflows/hermes-run.yml
@@ -7,11 +7,11 @@ name: Run HERMES Workflow
7
run-name: HERMES run for ${{ github.actor }} on ${{ github.ref_name }}
8
on: [push, pull_request]
9
jobs:
10
- build:
+ hermes-workflow-steps:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- python-version: ["3.11", "latest"]
+ python-version: ["3.11", "3.14"]
15
steps:
16
- uses: actions/checkout@v5
17
- uses: actions/setup-python@v5
0 commit comments