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 da99272 commit 02a5288Copy full SHA for 02a5288
.github/workflows/workflow.yml
@@ -5,8 +5,6 @@ name: CI/CD Pipeline
5
branches: ["**"]
6
tags: ['v*']
7
8
-env:
9
- PYTHON_VERSIONS: '["3.12", "3.13"]'
10
11
jobs:
12
test:
@@ -16,7 +14,7 @@ jobs:
16
14
fail-fast: false
17
15
matrix:
18
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
19
- python-version: ${{ fromJSON(env.PYTHON_VERSIONS) }}
+ python-version: ["3.12", "3.13"]
20
steps:
21
- uses: actions/checkout@v4
22
@@ -53,7 +51,7 @@ jobs:
53
51
strategy:
54
52
55
56
57
58
59
0 commit comments