Commit 2f3cf8a 1 parent b566102 commit 2f3cf8a Copy full SHA for 2f3cf8a
File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 33
33
echo "python_versions_macos=[\"3.8\"]" >> $GITHUB_OUTPUT
34
34
fi
35
35
36
+ linux_suite :
37
+ needs : set_python_versions
38
+ uses : ./.github/workflows/linux-tests.yml
39
+ name : Linux test suite
40
+ with :
41
+ python-versions : ${{ needs.set_python_versions.outputs.python_versions_linux }}
42
+
36
43
osx_suite :
37
44
needs : set_python_versions
38
45
uses : ./.github/workflows/osx-tests.yml
47
54
with :
48
55
python-versions : ${{ needs.set_python_versions.outputs.python_versions_linux }}
49
56
50
-
51
- linux_suite :
52
- needs : set_python_versions
53
- uses : ./.github/workflows/linux-tests.yml
54
- name : Linux test suite
55
- with :
56
- python-versions : ${{ needs.set_python_versions.outputs.python_versions_linux }}
57
-
58
57
code_coverage :
59
58
runs-on : ubuntu-latest
60
59
name : Code coverage
You can’t perform that action at this time.
0 commit comments