Skip to content

Commit

Permalink
Remove get-python-versions job
Browse files Browse the repository at this point in the history
  • Loading branch information
samamorgan committed Apr 11, 2024
1 parent 44be359 commit d7872ba
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,13 @@ concurrency:
cancel-in-progress: true

jobs:
get-python-versions:
name: Get Python versions
runs-on: ubuntu-latest
outputs:
python-matrix: ${{ steps.get-python-versions-action.outputs.latest-python-versions }}
steps:
- name: Get Python version matrix
uses: snok/latest-python-versions@v1
id: get-python-versions-action
with:
min-version: 3.8

ci:
name: CI
needs: [get-python-versions]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ${{ fromJson(needs.get-python-versions.outputs.python-matrix) }}
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]

steps:
- name: Checkout ${{ github.repository }}
Expand Down

0 comments on commit d7872ba

Please sign in to comment.