Skip to content

Commit

Permalink
Add required workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed May 10, 2024
1 parent 5384645 commit 258103a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,19 @@ jobs:
strategy:
matrix:
python-version: [3.9, 3.10, 3.11, 3.12]
steps:
- name: Echo success
run: |
echo "Successfully ran tests for ${{ matrix.python-version }}"
legacy_python:
needs: run_tests
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
steps:
- name: Echo success
run: |
echo "Successfully ran tests for ${{ matrix.python-version }}"

0 comments on commit 258103a

Please sign in to comment.