Skip to content

Commit

Permalink
use v1.1.0 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoNegri committed Nov 25, 2024
1 parent b0d9c01 commit 6fb3238
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python-version: ${{ matrix.cfg.python-version }}
toxenv: ${{ matrix.cfg.toxenv }}
runner: ${{ matrix.os }}
hps-version: ${{ inputs.hps-version || 'latest-dev' }}
hps-version: ${{ inputs.hps-version || 'v1.1.0' }}

docs:
name: Documentation
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
python-version: ${{ matrix.cfg.python-version }}
toxenv: ${{ matrix.cfg.toxenv }}
runner: ${{ matrix.os }}
hps-version: ${{ inputs.hps-version || 'latest-dev' }}
hps-version: ${{ inputs.hps-version || 'v1.1.0' }}

smoke-tests:
name: Build and Smoke tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
hps-version:
description: HPS version to test against
type: string
default: 'latest-dev'
default: 'v1.1.0'

jobs:

Expand Down

0 comments on commit 6fb3238

Please sign in to comment.