We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fd4a1 commit 9ec8504Copy full SHA for 9ec8504
.github/workflows/python-app.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix: ${{ steps.set-pythons.outputs.matrix }}
22
steps:
23
- id: set-pythons
24
- run: curl -s --url "https://raw.githubusercontent.com/python/devguide/refs/heads/main/include/release-cycle.json" | jq '.[] | select(.status!="end-of-life") | select(.branch | startswith("3.")) | .branch' | jq -s -c
+ run: matrix=`curl -s --url "https://raw.githubusercontent.com/python/devguide/refs/heads/main/include/release-cycle.json" | jq '.[] | select(.status!="end-of-life") | select(.branch | startswith("3.")) | .branch' | jq -s -c`
25
26
build:
27
0 commit comments