Skip to content

Commit 2f3cf8a

Browse files
committed
revert changes
1 parent b566102 commit 2f3cf8a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/main.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333
echo "python_versions_macos=[\"3.8\"]" >> $GITHUB_OUTPUT
3434
fi
3535
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+
3643
osx_suite:
3744
needs: set_python_versions
3845
uses: ./.github/workflows/osx-tests.yml
@@ -47,14 +54,6 @@ jobs:
4754
with:
4855
python-versions: ${{ needs.set_python_versions.outputs.python_versions_linux }}
4956

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-
5857
code_coverage:
5958
runs-on: ubuntu-latest
6059
name: Code coverage

0 commit comments

Comments
 (0)