Skip to content

Commit

Permalink
Test on prereleases in the devel version tests
Browse files Browse the repository at this point in the history
Previously, this workflow tested with the latest git versions
of all Qiskit packages and the most recent stable release
of all other packages.  This changes it to test on any eligible
_prerelease_ versions of the other packages, so that we
can catch potential breakage from other sources sooner.
  • Loading branch information
garrison committed Mar 9, 2022
1 parent b821fc9 commit 0891074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
pip install tox
- name: Test using tox environment
run: |
tox ${{ env.TOX_ENV }}
tox --pre ${{ env.TOX_ENV }}

0 comments on commit 0891074

Please sign in to comment.