Skip to content

Commit

Permalink
Update pypi-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Mar 19, 2024
1 parent c54807e commit eedd32f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ on:
types:
- completed
workflow_dispatch:
inputs:
version:
description: 'Version to test'
type: string
default: ''

permissions: read-all

Expand Down Expand Up @@ -56,7 +61,8 @@ jobs:
- name: Install from PyPI
run: |
pip -vvv install dm-meltingpot
VERSION="${{github.event.inputs.version}}"
pip -vvv install "dm-meltingpot${VERSION:+==$VERSION}"
pip list
- name: Test installation
Expand Down

0 comments on commit eedd32f

Please sign in to comment.