Commit 02f2a4c 1 parent 2f3cf8a commit 02f2a4c Copy full SHA for 02f2a4c
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,26 +19,26 @@ jobs:
19
19
set_python_versions :
20
20
runs-on : ubuntu-latest
21
21
outputs :
22
- python_versions_linux : ${{ steps.set_versions.outputs.python_versions_linux }}
22
+ python_versions_linux_windows : ${{ steps.set_versions.outputs.python_versions_linux_windows }}
23
23
python_versions_macos : ${{ steps.set_versions.outputs.python_versions_macos }}
24
24
steps :
25
25
- name : Determine Python versions
26
26
id : set_versions
27
27
run : |
28
28
if [[ "${{ github.ref }}" == "refs/heads/develop2" || "${{ github.ref }}" == refs/heads/release/* ]]; then
29
- echo "python_versions_linux =[\"3.13\", \"3.6\"]" >> $GITHUB_OUTPUT
29
+ echo "python_versions_linux_windows =[\"3.13\", \"3.6\"]" >> $GITHUB_OUTPUT
30
30
echo "python_versions_macos=[\"3.13\", \"3.8\"]" >> $GITHUB_OUTPUT
31
31
else
32
- echo "python_versions_linux =[\"3.8 \"]" >> $GITHUB_OUTPUT
33
- echo "python_versions_macos=[\"3.8 \"]" >> $GITHUB_OUTPUT
32
+ echo "python_versions_linux_windows =[\"3.10 \"]" >> $GITHUB_OUTPUT
33
+ echo "python_versions_macos=[\"3.12 \"]" >> $GITHUB_OUTPUT
34
34
fi
35
35
36
36
linux_suite :
37
37
needs : set_python_versions
38
38
uses : ./.github/workflows/linux-tests.yml
39
39
name : Linux test suite
40
40
with :
41
- python-versions : ${{ needs.set_python_versions.outputs.python_versions_linux }}
41
+ python-versions : ${{ needs.set_python_versions.outputs.python_versions_linux_windows }}
42
42
43
43
osx_suite :
44
44
needs : set_python_versions
52
52
uses : ./.github/workflows/win-tests.yml
53
53
name : Windows test suite
54
54
with :
55
- python-versions : ${{ needs.set_python_versions.outputs.python_versions_linux }}
55
+ python-versions : ${{ needs.set_python_versions.outputs.python_versions_linux_windows }}
56
56
57
57
code_coverage :
58
58
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments