Skip to content

Commit

Permalink
Use msrv for one of the test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Apr 18, 2024
1 parent 35ed5f8 commit 637b998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
python-version: ["3.10", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@1.70
if: matrix.python-version == '3.10'
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -38,6 +41,3 @@ jobs:
if: matrix.python-version == '3.10'
- name: 'Run tests'
run: stestr run



0 comments on commit 637b998

Please sign in to comment.