Skip to content

Commit

Permalink
Merge pull request #270 from SciCatProject/proper-backend-version-arg
Browse files Browse the repository at this point in the history
Use proper backend version arg
  • Loading branch information
jl-wynen authored Feb 3, 2025
2 parents a02598d + c080535 commit 82392b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
- run: python -m pip install -r requirements/ci.txt
- run: tox -e ${{ inputs.tox-env }}
if: ${{ !inputs.backend-version }}
- run: tox -e ${{ inputs.tox-env }} -- ${{ inputs.backend-version }}
- run: tox -e ${{ inputs.tox-env }} -- --scitacean-backend-version=${{ inputs.backend-version }}
if: ${{ inputs.backend-version }}

0 comments on commit 82392b8

Please sign in to comment.